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 e7302c1 commit aac4224Copy full SHA for aac4224
package.json
@@ -7,8 +7,8 @@
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"changelog:install": "cnpm install -g standard-changelog; cnpm install -g commitizen; cnpm install -g cz-conventional-changelog;",
9
"changelog:first": "standard-changelog --first-release;",
10
- "changelog": "standard-changelog",
11
"commit": "git add . && git cz",
+ "release": "standard-changelog -a",
12
"analyse": "gulp clean && gulp analyse",
13
"dev": "gulp clean && gulp dev",
14
"rebuild-icon": "gulp rebuild-icon"
0 commit comments