Skip to content

Commit

Permalink
chore: update release scripts to work on first execution
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Pfaffel <s.pfaffel@gmail.com>
  • Loading branch information
stfsy committed Jan 12, 2025
1 parent 59e3af2 commit 0782f9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"scripts": {
"lint": "eslint -c .eslintconfig.js src",
"release": "standard-version && git push --follow-tags origin && npm publish",
"release-major": "standard-version --release-as major && git push --follow-tags origin && npm publish",
"release-minor": "standard-version --release-as minor && git push --follow-tags origin && npm publish"
"release-major": "standard-version --release-as major && git push --follow-tags origin main && npm publish --access public",
"release-minor": "standard-version --release-as minor && git push --follow-tags origin main && npm publish --access public"
}
}
}

0 comments on commit 0782f9e

Please sign in to comment.