Skip to content

Commit 73eea81

Browse files
committed
Add a way of making a realease without any code changes
Signed-off-by: Victor Porof <[email protected]>
1 parent 330eb65 commit 73eea81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"clobber": "npm run clean:build && npm run clean:deps",
1414
"build": "gulp build",
1515
"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",
1617
"release:patch": "npm run release:local && npm version patch",
1718
"release:minor": "npm run release:local && npm version minor",
1819
"release:major": "npm run release:local && npm version major"

0 commit comments

Comments
 (0)