Skip to content

Commit

Permalink
Fix release tools error when switching branch for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Mar 6, 2020
1 parent 02e8d1b commit 3359f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tools/release
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ghch -w -N "v$next_version"

git commit -am "Bump version $next_version"
git tag "v$next_version"
git push && git push --tags
git push origin HEAD && git push --tags

0 comments on commit 3359f36

Please sign in to comment.