Skip to content

Commit 193f98f

Browse files
committed
docs: add git pull step to version bump workflow instructions
1 parent 540e74d commit 193f98f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ bash scripts/get_logs.sh
117117

118118
## Version & Release Management
119119

120-
* **Version Bumps:** Never manually edit `mod_version` in `gradle.properties`. Use the `bump-version` GitHub Actions workflow (`gh workflow run bump-version.yml --ref main -f part=<patch|minor|major>`).
120+
* **Version Bumps:** Never manually edit `mod_version` in `gradle.properties`. Use the `bump-version` GitHub Actions workflow (`gh workflow run bump-version.yml --ref main -f part=<patch|minor|major>`). Wait for the workflow to complete, then run `git pull` to sync the remote commit.
121121
* **Releases:** Trigger the `release` GitHub Actions workflow (`gh workflow run release.yml --ref main -f release_type=<beta|release>`). This builds, creates a GitHub Release, and publishes to Modrinth and CurseForge. **Always use `release_type=beta`** unless the user explicitly requests a full release.
122122
* **Workflow Order (CRITICAL):** Always trigger `bump-version` first, wait for it to complete successfully (check with `gh run view <run-id> --json status,conclusion`), then trigger `release`. Running them in parallel causes the release to use the old version number.
123123

0 commit comments

Comments
 (0)