Skip to content

Commit e8b9ac8

Browse files
Release instructions: avoid pushing older tags
1 parent 214e352 commit e8b9ac8

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
@@ -114,7 +114,7 @@ To produce a new release:
114114
4. Tag the commit: `git tag vX.Y.0`
115115
5. Bump the dev version: add a new `## X.(Y+1).0 (in development)` section to `CHANGELOG.md` with `No changes yet.` underneath, and update `lib/hutch/version.rb` to the next dev version with a `.pre` suffix
116116
6. Commit with the message `Bump dev version`
117-
7. Push: `git push && git push --tags`
117+
7. Push: `git push && git push origin vX.(Y+1).0`
118118

119119
## Git Instructions
120120

0 commit comments

Comments
 (0)