Skip to content

Commit

Permalink
Improve release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rogierslag committed Jul 5, 2016
1 parent aedcb03 commit afd93a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ echo "Whats the version number associated with this release? Type the version nu
read VERSION

npm version $VERSION
git add package.json
git commit -m "Release of ${VERSION}"
git push
git checkout master > /dev/null
git pull > /dev/null
git rebase develop > /dev/null
Expand Down

0 comments on commit afd93a0

Please sign in to comment.