mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-18 10:52:13 +00:00
Create tag
This commit is contained in:
@@ -191,6 +191,10 @@ def main():
|
||||
# git log --max-count=1 --patch
|
||||
print(local_repo.git.log(max_count='1', patch=True, color='always'))
|
||||
|
||||
# Create tag.
|
||||
tag_name = result['new_version']
|
||||
local_repo.create_tag(path=tag_name)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user