mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
fixed bumpversion
This commit is contained in:
parent
177de47371
commit
5fef349a0e
@ -2,9 +2,9 @@
|
|||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
current_version = 0.1
|
current_version = 0.1
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)(\-(?P<release>[a-z]+))?)?
|
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
|
||||||
serialize =
|
serialize =
|
||||||
{major}.{minor}.{patch}
|
{major}.{minor}
|
||||||
|
|
||||||
[bumpversion:file:setup.py]
|
[bumpversion:file:setup.py]
|
||||||
search = version="{current_version}"
|
search = version="{current_version}"
|
||||||
|
|||||||
@ -18,7 +18,7 @@ tox:
|
|||||||
tox
|
tox
|
||||||
|
|
||||||
bump:
|
bump:
|
||||||
bumpversion patch
|
bumpversion minor
|
||||||
|
|
||||||
push:
|
push:
|
||||||
git push
|
git push
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user