Skip to content

Commit

Permalink
add missing serialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Aug 5, 2024
1 parent 5f6420d commit bbfa43e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ parse = """(?x)
)? # pre-release section is optional
"""

serialize = [
"{major}.{minor}.{patch}-{pre_l}{pre_n}",
"{major}.{minor}.{patch}",
]

[tool.bumpversion.parts.pre_l]
values = ["dev", "rc", "final"]
optional_value = "final"

0 comments on commit bbfa43e

Please sign in to comment.