We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1b066 commit f8d387fCopy full SHA for f8d387f
1 file changed
pyproject.toml
@@ -88,6 +88,26 @@ serialize = [
88
"{major}.{minor}.{patch}",
89
]
90
91
+[[tool.bumpversion.files]]
92
+filename = "CMakeLists.txt"
93
+parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
94
+serialize = ["{major}.{minor}.{patch}"]
95
+
96
97
+filename = "cython/README.md"
98
99
100
+filename = "docs/source/conf.py"
101
102
103
+filename = "doxygen/CMakeLists.txt"
104
105
106
+filename = "README.md"
107
108
109
+filename = "include/pocketsphinx.h"
110
111
[tool.bumpversion.parts.pre_l]
112
values = ["rc", "final"]
-optional_value = "final"
113
+optional_value = "final"
0 commit comments