Skip to content

Commit fa1b6bb

Browse files
committed
Create tag
1 parent 92fdcf6 commit fa1b6bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/update_changelog.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ def main():
191191
# git log --max-count=1 --patch
192192
print(local_repo.git.log(max_count='1', patch=True, color='always'))
193193

194+
# Create tag.
195+
tag_name = result['new_version']
196+
local_repo.create_tag(path=tag_name)
197+
194198

195199
if __name__ == '__main__':
196200
main()

0 commit comments

Comments
 (0)