Skip to content

Commit 8bbdf85

Browse files
Release instructions: avoid pushing older tags
1 parent a28e629 commit 8bbdf85

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
@@ -35,7 +35,7 @@ To produce a new release:
3535
4. Tag the commit: `git tag vX.(Y+1).0`
3636
5. Bump the dev version: add a new `## Changes between X.(Y+1).0 and X.(Y+2).0 (unreleased)` section to `ChangeLog.md` with `No changes yet.` underneath, and update `lib/amq/protocol/version.rb` to the next dev version
3737
6. Commit with the message `Bump dev version`
38-
7. Push: `git push && git push --tags`
38+
7. Push: `git push && git push origin vX.(Y+1).0`
3939

4040

4141
## Git Instructions

0 commit comments

Comments
 (0)