feat(python): add action to tag python releases (#172)

This commit is contained in:
gsilvestrin
2023-06-12 13:59:08 -07:00
committed by GitHub
parent 9b83ce3d2a
commit a318778d2a
2 changed files with 64 additions and 0 deletions

8
python/.bumpversion.cfg Normal file
View File

@@ -0,0 +1,8 @@
[bumpversion]
current_version = 0.1.6
commit = True
message = [python] Bump version: {current_version} → {new_version}
tag = True
tag_name = python-v{new_version}
[bumpversion:file:pyproject.toml]