We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff35b44 commit 2f0e3f0Copy full SHA for 2f0e3f0
1 file changed
package.json
@@ -68,8 +68,8 @@
68
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
69
"version": "oclif-dev readme && git add README.md",
70
"commit": "git-cz",
71
- "release": "standard-version",
72
- "release:beta": "standard-version -p beta"
+ "release": "standard-version -s",
+ "release:beta": "standard-version -s -p beta"
73
},
74
"types": "lib/index.d.ts",
75
"config": {
0 commit comments