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 d3979ba commit 58b9099Copy full SHA for 58b9099
package.json
@@ -40,7 +40,7 @@
40
"test:mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js'",
41
"test-ci": "run-s test:*",
42
"test": "run-s check test:*",
43
- "version": "run-s prepare version:*",
+ "version": "run-s version:*",
44
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:'",
45
"version:git": "git add CHANGELOG.md"
46
},
0 commit comments