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 330eb65 commit 73eea81Copy full SHA for 73eea81
package.json
@@ -13,6 +13,7 @@
13
"clobber": "npm run clean:build && npm run clean:deps",
14
"build": "gulp build",
15
"release:local": "npm run clean:build && npm run build && git add . && git commit -m 'Update node_modules and build'",
16
+ "release:bump": "npm version patch",
17
"release:patch": "npm run release:local && npm version patch",
18
"release:minor": "npm run release:local && npm version minor",
19
"release:major": "npm run release:local && npm version major"
0 commit comments