Skip to content

Commit 016279c

Browse files
committed
correct release tag, we no longer have the script commit to staging this should have been done after testing the RC
1 parent 762e189 commit 016279c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/git_commit_and_tag.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ version=$(./scripts/version.sh)
1515
echo ">>> Merging and pushing '$git_branch' to master..." 1>&2
1616

1717
# Tag and merge the release to master:
18-
git add --all
19-
git commit -m "Release ${version}."
20-
git push
18+
2119
git checkout master
2220
git pull
2321
git merge -m "Merge ${git_branch}." origin "${git_branch}"

0 commit comments

Comments
 (0)