mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #690 from dominicbarnes/release-push-tags-first
feat(git-release): push tags first to help ci tools not miss them
This commit is contained in:
commit
db2d0456ac
|
|
@ -91,8 +91,8 @@ if test $# -gt 0; then
|
|||
git commit -a -m "$msg"
|
||||
# shellcheck disable=SC2086
|
||||
git tag $version -a -m "$msg" \
|
||||
&& git push $remote \
|
||||
&& git push $remote --tags \
|
||||
&& git push $remote \
|
||||
&& hook post-release $hook_args \
|
||||
&& echo "... complete"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue