Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jgirardet committed Dec 18, 2019
1 parent d3a4f14 commit 425c2ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripted/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ def update_doc_link(previous, new_version):

assert get_tag() == get_poestry_version()
print(f"Nouvelle Version {get_poestry_version()} !!!\n pushing")
print(subprocess.check_output(f"git push --follow-tags", shell=True))
print(subprocess.check_output(f"git push", shell=True))
print(subprocess.check_output(f"git push --tags", shell=True))

0 comments on commit 425c2ca

Please sign in to comment.