Skip to content

Commit

Permalink
tweak release.sh script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Mar 14, 2018
1 parent fb1d6d3 commit 2f52e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/release.sh
Expand Up @@ -60,4 +60,5 @@ build/set_package_versions.pl $ALPHA_VERSION src/JBrowse/package.json package.js
git commit -m "start next release cycle as $ALPHA_VERSION" release-notes.txt src/JBrowse/package.json package.json

# finally, push everything to the remote
echo git push origin dev $VERSION-release:master
echo ****** AND NOW IF THAT ALL LOOKS FINE, YOU SHOULD RUN ******
echo git push --tags origin dev $VERSION-release:master

0 comments on commit 2f52e30

Please sign in to comment.