Skip to content

Commit

Permalink
chore: add patch/minor release scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Sep 17, 2024
1 parent 75e67b8 commit 9c57a56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@
"applyPatches": "node lib-es5/apply-patches.js",
"printHashes": "node lib-es5/print-hashes.js",
"updateExpected": "node lib-es5/generate-expected-shas.js",
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it"
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it",
"release:patch": "npm run release -- patch",
"release:minor": "npm run release -- minor"
},
"release-it": {
"github": {
Expand Down

0 comments on commit 9c57a56

Please sign in to comment.