Skip to content

Commit

Permalink
The tagging saga continues :'(
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Jun 25, 2018
1 parent 5ddba85 commit c549f74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contrib/release_if_new_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ fi

git tag v$manifest_version
git show v$manifest_version --quiet
git reset --hard
git config --global user.email "[email protected]"
git config --global user.name "Travis CI"
# `/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

git reset --hard v$manifest_version

cd $PROJECT_ROOT/webext
BROWSH_ENV=RELEASE npm run build

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"
# `/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 c549f74

Please sign in to comment.