forked from watson-developer-cloud/java-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bumpversion.cfg
More file actions
37 lines (21 loc) · 850 Bytes
/
Copy path.bumpversion.cfg
File metadata and controls
37 lines (21 loc) · 850 Bytes
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
[bumpversion]
current_version = 8.6.0
commit = True
message = Update version numbers from {current_version} -> {new_version}
[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]
search = {current_version}
replace = {new_version}