We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9612404 commit 784b19eCopy full SHA for 784b19e
package.json
@@ -41,7 +41,7 @@
41
"clean": "del-cli node_modules **/*.js",
42
"lint": "tslint --project tsconfig.json --fix",
43
"prepublish": "npm run build",
44
- "release": "release-it",
+ "release": "release-it --only-version",
45
"pretest": "npm run lint && npm run build",
46
"test": "jest",
47
"version": "auto-changelog -p && git add CHANGELOG.md"
0 commit comments