diff --git a/script/bump b/script/bump index 513ee148..faf05dde 100755 --- a/script/bump +++ b/script/bump @@ -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