Skip to content

Commit

Permalink
Fixed configuration to allow_dirty in bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Apr 14, 2023
1 parent 2a977af commit b042e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ commit = true
commit_args = "--no-verify"
tag = true
tag_name = "{new_version}"
allow_dirty = true
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.dev(?P<dev>\\d+))?"
serialize =[
"{major}.{minor}.{patch}.dev{dev}",
Expand Down

0 comments on commit b042e31

Please sign in to comment.