Skip to content

Commit

Permalink
Ensure webext-rewrite branch is used to push tags
Browse files Browse the repository at this point in the history
...this is during a release
  • Loading branch information
tombh committed Jun 18, 2018
1 parent f0467b6 commit 4b18c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/release_if_new_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ if [[ "$manifest_version" == "$latest_tagged_version" ]]; then
fi

git reset --hard
git checkout webext-rewrite # Only before rename from Texttop to Browsh
git tag v$manifest_version

cd $PROJECT_ROOT/webext
Expand All @@ -28,6 +27,7 @@ cd $PROJECT_ROOT/interfacer/src
curl -sL http://git.io/goreleaser | bash
git config --global user.email "[email protected]"
git config --global user.name "Travis CI"
git checkout webext-rewrite # Only before rename from Texttop to Browsh
# `/dev/null` needed to prevent Github token appearing in logs
git push --tags --quiet https://$GITHUB_TOKEN@github.com/tombh/texttop > /dev/null 2>&1

0 comments on commit 4b18c55

Please sign in to comment.