Skip to content

Commit

Permalink
fix: changed the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
doeixd committed Sep 3, 2024
1 parent 071768c commit 26bdb94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"@tanstack/solid-virtual": "^3.10.6"
},
"scripts": {
"release": "npm run release:patch",
"release2": "npm run release:patch",
"release": "standard-version && git push --follow-tags origin main",
"release:patch": "npm version patch && git push --follow-tags origin main",
"release:minor": "npm version minor && git push --follow-tags origin main",
"release:major": "npm version major && git push --follow-tags origin main",
Expand Down

0 comments on commit 26bdb94

Please sign in to comment.