mirror of
https://github.com/trycua/lume.git
synced 2026-05-07 04:40:03 -05:00
Merge pull request #463 from trycua/b2v
Add bump2version configuration for all Python packages
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[bumpversion]
|
||||
current_version = 0.4.7
|
||||
commit = True
|
||||
tag = True
|
||||
tag_name = computer-v{new_version}
|
||||
message = Bump cua-computer to v{new_version}
|
||||
|
||||
[bumpversion:file:pyproject.toml]
|
||||
search = version = "{current_version}"
|
||||
replace = version = "{new_version}"
|
||||
Reference in New Issue
Block a user