Skip to content

Commit 784b19e

Browse files
committed
feat: ask only version on release new version
1 parent 9612404 commit 784b19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"clean": "del-cli node_modules **/*.js",
4242
"lint": "tslint --project tsconfig.json --fix",
4343
"prepublish": "npm run build",
44-
"release": "release-it",
44+
"release": "release-it --only-version",
4545
"pretest": "npm run lint && npm run build",
4646
"test": "jest",
4747
"version": "auto-changelog -p && git add CHANGELOG.md"

0 commit comments

Comments
 (0)