Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
chengniansun committed Dec 28, 2023
1 parent 5b4764a commit 288497d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def check_tools() -> None:


def create_tag() -> str:
subprocess.check_call(['git', 'fetch', '--tags'])
# create new tag as per current release
command = ['git', 'tag']
tags = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE).stdout.read()
Expand Down

0 comments on commit 288497d

Please sign in to comment.