mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-13 23:03:54 +01:00
add build_no and release_tag placeholders
This commit is contained in:
parent
b835a5912f
commit
fe019fa546
3 changed files with 46 additions and 32 deletions
|
|
@ -41,7 +41,9 @@ RE_PATTERN_PARTS = {
|
|||
'version' : r"v\d{6}\.\d{4,}(\-(alpha|beta|dev|rc|post))?",
|
||||
'calver' : r"v\d{6}",
|
||||
'build' : r"\.\d{4,}",
|
||||
'build_no' : r"\d{4,}",
|
||||
'release' : r"(\-(alpha|beta|dev|rc|post))?",
|
||||
'release_tag' : r"(alpha|beta|dev|rc|post)?",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue