Skip to content

Commit 5b8aea5

Browse files
jaykaycodesclaude
andcommitted
Use --follow-tags to avoid pushing existing tags
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 684f500 commit 5b8aea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "bun test",
2727
"cli": "bun src/cli/index.ts",
2828
"version": "bun scripts/sync-version.ts && git add .",
29-
"postversion": "git push && git push --tags",
29+
"postversion": "git push --follow-tags",
3030
"prepublishOnly": "bun run build"
3131
},
3232
"repository": {

0 commit comments

Comments
 (0)