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

Commit

Permalink
Push the tag after making it
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupstate committed Aug 25, 2012
1 parent 4a5bebb commit e0ff06f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.py
Expand Up @@ -133,6 +133,7 @@ def make_git_commit(message, *args):
def make_git_tag(tag):
info('Tagging "%s"', tag)
Popen(['git', 'tag', '-a', tag, '-m', '%s release' % tag]).wait()
Popen(['git', 'push', '--tags']).wait()


def update_version(version):
Expand Down

0 comments on commit e0ff06f

Please sign in to comment.