forked from watson-developer-cloud/java-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bumpversion.cfg
41 lines (25 loc) · 990 Bytes
/
.bumpversion.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[bumpversion]
current_version = 9.0.2
commit = True
message = Update version numbers from {current_version} -> {new_version}
search = {current_version}
replace = {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<rc>\-rc\.\d+)?
serialize =
{major}.{minor}.{patch}{rc}
{major}.{minor}.{patch}
[bumpversion:file:gradle.properties]
[bumpversion:file:README.md]
[bumpversion:file:assistant/README.md]
[bumpversion:file:compare-comply/README.md]
[bumpversion:file:discovery/README.md]
[bumpversion:file:language-translator/README.md]
[bumpversion:file:natural-language-classifier/README.md]
[bumpversion:file:natural-language-understanding/README.md]
[bumpversion:file:personality-insights/README.md]
[bumpversion:file:speech-to-text/README.md]
[bumpversion:file:text-to-speech/README.md]
[bumpversion:file:tone-analyzer/README.md]
[bumpversion:file:visual-recognition/README.md]
[bumpversion:file:docker/pom.xml]
[bumpversion:file:examples/build.gradle]