Closed geyang closed 3 months ago
Hi @mbarkhau ,
Thanks for this nice library.
Is there a way to pattern versions such as 0.0.1-rc1?
0.0.1-rc1
Hi @geyang,
yes, you can give this a try:
# pyproject.toml [bumpver] current_version = "1.5.2-rc1" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]"
Hi @mbarkhau ,
Thanks for this nice library.
Is there a way to pattern versions such as
0.0.1-rc1
?