allow commits, change bumpversion toml
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "0.2.3"
|
||||
current_version = "0.1.1"
|
||||
parse = """(?x)
|
||||
(?P<major>0|[1-9]\\d*)\\.
|
||||
(?P<minor>0|[1-9]\\d*)\\.
|
||||
@@ -24,7 +24,7 @@ sign_tags = false
|
||||
tag_name = "v{new_version}"
|
||||
tag_message = "Bump version: {current_version} → {new_version}"
|
||||
allow_dirty = false
|
||||
commit = false
|
||||
commit = true
|
||||
message = "Bump version: {current_version} → {new_version}"
|
||||
commit_args = ""
|
||||
setup_hooks = []
|
||||
@@ -32,4 +32,8 @@ pre_commit_hooks = []
|
||||
post_commit_hooks = []
|
||||
[tool.bumpversion.parts.pre_l]
|
||||
values = ["dev", "rc", "final"]
|
||||
optional_value = "final"
|
||||
optional_value = "final"
|
||||
[[tool.bumpversion.files]]
|
||||
filename = ".version"
|
||||
[[tool.bumpversion.files]]
|
||||
filename = "__init__.py"
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -221,6 +221,6 @@ compile_commands.json
|
||||
|
||||
output/**
|
||||
|
||||
|
||||
# Rust
|
||||
target/
|
||||
.bumpversion.toml
|
||||
|
||||
Reference in New Issue
Block a user