mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
add --follow-tags when doing push
This commit is contained in:
parent
e18cf5d2ad
commit
de54b4b19d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ VCS_SUBCOMMANDS_BY_NAME = {
|
|||
'add_path' : "git add --update {path}",
|
||||
'commit' : "git commit --file {path}",
|
||||
'tag' : "git tag --annotate {tag} --message {tag}",
|
||||
'push_tag' : "git push origin {tag}",
|
||||
'push_tag' : "git push origin --follow-tags {tag}",
|
||||
'show_remotes': "git config --get remote.origin.url",
|
||||
},
|
||||
'hg': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue