Skip to content

Commit

Permalink
fix: config release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed May 5, 2024
1 parent 6047045 commit a529fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tagArgs": [
"-s"
],
"tagAnnotation": "v${version}",
"tagName": "v${version}",
"push": true,
"pushArgs": [
"--follow-tags"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"stop": "node scripts/stop.mjs",
"lint": "prettier --write . && eslint . --ext .ts --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it --only-version --preReleaseId=beta --config .release-it.json",
"release": "release-it --preReleaseId=beta --config .release-it.json",
"update-deps": "npm update --save"
},
"repository": {
Expand Down

0 comments on commit a529fc7

Please sign in to comment.