Skip to content

Commit

Permalink
Don't push
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontalvo3 committed May 13, 2019
1 parent 7ce4ddb commit 0d23cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/do-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ BASE_BRANCH=$(git branch | grep \* | cut -d ' ' -f2)
RELEASE_BRANCH="${NEW_VERSION}-release"
git checkout -b "${RELEASE_BRANCH}"
git commit -m "${NEW_VERSION} release"
git push origin "$BASE_BRANCH"
# git push origin "$BASE_BRANCH"
#
# OUTPUT DIRECTIONS FOR COMPLETING RELEASE
Expand All @@ -130,7 +130,7 @@ echo "* * * * * * * * * * * * * * * * * * * * * * * *"
echo
echo "Release notes generated, committed, and pushed. "
echo
echo -e "1. Check what you pushed with ${RED}git diff HEAD~1..HEAD${NC}"
echo -e "1. Check what you committed with ${RED}git diff HEAD~1..HEAD${NC}, then push"
echo -e "2. Open a pull request at ${GREEN}https://github.com/enterprisemediawiki/meza/compare/${BASE_BRANCH}...${RELEASE_BRANCH}?expand=1${NC}"
echo "3. After the PR is merged create a new release of Meza with these details:"
echo " * Tag: $NEW_VERSION"
Expand Down

0 comments on commit 0d23cf7

Please sign in to comment.