Skip to content

Commit 5bfddcd

Browse files
ci: bump-my-version config
1 parent 85695f9 commit 5bfddcd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.bumpversion.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Configuration file for bumpversion
2+
# See https://github.com/callowayproject/bump-my-version
3+
[tool.bumpversion]
4+
current_version = "1.10.3"
5+
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
6+
serialize = ["{major}.{minor}.{patch}"]
7+
search = "{current_version}"
8+
replace = "{new_version}"
9+
regex = false
10+
ignore_missing_version = false
11+
tag = false
12+
allow_dirty = false
13+
commit = false
14+
15+
[[tool.bumpversion.files]]
16+
filename = "README.md"
17+
18+
[[tool.bumpversion.files]]
19+
filename = "deepl-java/build.gradle.kts"
20+
21+
[[tool.bumpversion.files]]
22+
filename = "deepl-java/src/main/java/com/deepl/api/Translator.java"

0 commit comments

Comments
 (0)