Skip to content

Commit

Permalink
Add a way of making a realease without any code changes
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Porof <[email protected]>
  • Loading branch information
victorporof committed Sep 30, 2018
1 parent 330eb65 commit 73eea81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"clobber": "npm run clean:build && npm run clean:deps",
"build": "gulp build",
"release:local": "npm run clean:build && npm run build && git add . && git commit -m 'Update node_modules and build'",
"release:bump": "npm version patch",
"release:patch": "npm run release:local && npm version patch",
"release:minor": "npm run release:local && npm version minor",
"release:major": "npm run release:local && npm version major"
Expand Down

0 comments on commit 73eea81

Please sign in to comment.