Skip to content

Commit

Permalink
Ensure correct branch checked out to tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Jun 13, 2018
1 parent c9df161 commit 92de166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/release_if_new_version.sh
Expand Up @@ -18,6 +18,7 @@ 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 Down

0 comments on commit 92de166

Please sign in to comment.