Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ git push && git push --tags

# 4. Move the floating v2 tag to the new release:
git tag -fa v2 v2.4.0^{} -m "release: v2.4.0"
git push origin v2 --force-with-lease
git push origin v2 --force

# Verification (Atomic Parity Check):
git rev-parse v2^{} v2.4.0^{}
Expand Down
Loading