scripts/ci/steps/release.sh in rake_gpg-0.11.0.pre.1 vs scripts/ci/steps/release.sh in rake_gpg-0.11.0.pre.2

- old
+ new

@@ -10,9 +10,14 @@ cd "$PROJECT_DIR" git pull ./go version:bump[minor] + +bundle install +LAST_MESSAGE="$(git log -1 --pretty=%B)" +git commit -a --amend -m "${LAST_MESSAGE} [ci skip]" + ./go release git status git push