Skip to content

Commit b53a977

Browse files
cursoragentechobt
andcommitted
fix(release): document PR-based version bump in bump script
Co-authored-by: Mathis <echobt@users.noreply.github.com>
1 parent 3d983a8 commit b53a977

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/bump-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ else
262262
echo "Next steps:"
263263
echo " 1. Review the changes: git diff"
264264
echo " 2. Commit: git commit -am \"chore: bump version to $NEW_VERSION\""
265-
echo " 3. Tag for release: git tag v$NEW_VERSION"
266-
echo " 4. Push: git push && git push --tags"
265+
echo " 3. Open a PR to main (do not push commits to main directly)"
266+
echo " 4. After merge, version-bump.yml tags v$NEW_VERSION and release.yml runs"
267267
else
268268
echo ""
269269
echo -e "${RED}ERROR: Version consistency check failed!${NC}"

0 commit comments

Comments
 (0)