Commit Graph

12 Commits

Author SHA1 Message Date
cd84f52282 chore(update): Re-add Git authorization and commit/push steps to check.yml
This commit re-adds the Git authorization and commit/push steps to the check.yml workflow. These steps were removed in a previous commit, but are needed to update the version info.
2025-03-20 19:35:16 +07:00
bb06b412f4 feat: Improve release body 2025-03-20 13:21:55 +07:00
7231482aea chore: Remove unnecessary git commands and update README
This commit removes the Git authorization and commit/push steps from the check.yml workflow, as they are no longer needed. It also removes the check badge from the README.md.
2025-03-20 12:46:11 +07:00
84f7d960b3 feat(release): Improve Release Notes 2025-03-20 11:20:32 +07:00
8e1b13cc5d feat(release): Automate Release Process 2025-03-20 11:08:07 +07:00
f5d2657827 chore(ci): Update workflow to use Ubuntu 22.04 and improve JSON formatting 2025-01-24 01:43:42 +07:00
49467ae039 chore(workflow): Exclude masterTrans files from JSON sorting 2025-01-21 00:51:33 +07:00
28bd1b45b5 chore(workflow): Update Prettier command to include additional JSON files 2025-01-21 00:41:41 +07:00
fac92deeeb chore(workflow): Update Prettier and Git push commands in CI configuration 2025-01-21 00:39:04 +07:00
97cd8be045 chore(check.yml): add write permission for pull-requests
chore(check.yml): update git push command to push to the correct branch based on event type
2024-07-01 16:43:26 +07:00
a7c8035deb chore(check.yml): remove condition for format job execution 2024-07-01 16:37:43 +07:00
34312e01a4 chore(check.yml): rename workflow file from update.yml to check.yml
chore(check.yml): update workflow name from "Update" to "Check"
chore(check.yml): add git pull command before committing changes
chore(README.md): update badge URL for workflow status to check.yml
2024-07-01 16:10:28 +07:00