We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012d30c commit 145cf1eCopy full SHA for 145cf1e
.bumpversion.toml
@@ -0,0 +1,19 @@
1
+# Configuration file for bumpversion
2
+# See https://github.com/callowayproject/bump-my-version
3
+[tool.bumpversion]
4
+current_version = "1.12.0"
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 = "src/Translator.php"
17
18
19
+filename = "VERSION"
0 commit comments