Skip to content

Commit b042e31

Browse files
committed
Fixed configuration to allow_dirty in bumpversion
1 parent 2a977af commit b042e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ commit = true
136136
commit_args = "--no-verify"
137137
tag = true
138138
tag_name = "{new_version}"
139+
allow_dirty = true
139140
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.dev(?P<dev>\\d+))?"
140141
serialize =[
141142
"{major}.{minor}.{patch}.dev{dev}",

0 commit comments

Comments
 (0)