Skip to content

Commit 823fed3

Browse files
committed
chore: add bumpversion config
1 parent 04dee71 commit 823fed3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.bumpversion.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[tool.bumpversion]
2+
current_version = "0.1.0"
3+
commit = true
4+
message = "Bump version: {current_version} → {new_version}"
5+
commit_args = "--cleanup=verbatim"
6+
tag = true
7+
tag_name = "v{new_version}"
8+
tag_message = "Bump version: {current_version} → {new_version}"
9+
10+
[[tool.bumpversion.files]]
11+
filename = "Dockerfile"
12+
search = "LABEL version={current_version}"
13+
replace = "LABEL version={new_version}"

0 commit comments

Comments
 (0)