Skip to content

Commit c5bc344

Browse files
add pushTags script
1 parent aeea84c commit c5bc344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"build:all": "bun run build:linux-x64 && bun run build:linux-arm64 && bun run build:windows-x64 && bun run build:darwin-x64 && bun run build:darwin-arm64",
3737
"patch": "bun pm version patch",
3838
"minor": "bun pm version minor",
39-
"major": "bun pm version major"
39+
"major": "bun pm version major",
40+
"pushTags": "git push && git push --tags"
4041
},
4142
"devDependencies": {
4243
"@biomejs/biome": "2.3.15",

0 commit comments

Comments
 (0)