Skip to content

Commit

Permalink
correct release tag, we no longer have the script commit to staging t…
Browse files Browse the repository at this point in the history
…his should have been done after testing the RC
  • Loading branch information
echo-branch committed Mar 5, 2021
1 parent 762e189 commit 016279c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/git_commit_and_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ version=$(./scripts/version.sh)
echo ">>> Merging and pushing '$git_branch' to master..." 1>&2

# Tag and merge the release to master:
git add --all
git commit -m "Release ${version}."
git push

git checkout master
git pull
git merge -m "Merge ${git_branch}." origin "${git_branch}"
Expand Down

0 comments on commit 016279c

Please sign in to comment.