Skip to content

Commit

Permalink
Urge the bumper to fill out the release on GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jul 11, 2016
1 parent 1d7030b commit 4464813
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script/bump
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ git commit -m "Bump :gem: to v$NEW_VERSION"
git push origin master

script/release

echo "Ok! v$NEW_VERSION is released."
echo "Please fill out the release: https://github.com/github/pages-gem/releases/tag/v$NEW_VERSION"
echo "Here's the git history since the last release:"
git log --one-line v$OLD_VERSION...v$NEW_VERSION

0 comments on commit 4464813

Please sign in to comment.