-
Notifications
You must be signed in to change notification settings - Fork 117
/
.bumpversion.cfg
108 lines (82 loc) · 3.98 KB
/
.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[bumpversion]
commit = True
current_version = 7.0.0
message = docs: Update version numbers from {current_version} -> {new_version}
[bumpversion:file:Doxyfile]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Assistant.v1/IBM.Watson.Assistant.v1.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Assistant.v2/IBM.Watson.Assistant.v2.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Discovery.v1/IBM.Watson.Discovery.v1.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Discovery.v2/IBM.Watson.Discovery.v2.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.LanguageTranslator.v3/IBM.Watson.LanguageTranslator.v3.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.NaturalLanguageUnderstanding.v1/IBM.Watson.NaturalLanguageUnderstanding.v1.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.SpeechToText.v1/IBM.Watson.SpeechToText.v1.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.TextToSpeech.v1/IBM.Watson.TextToSpeech.v1.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Assistant.v1/Test/Integration/IBM.Watson.Assistant.v1.IntegrationTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Assistant.v1/Test/Unit/IBM.Watson.Assistant.v1.UnitTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Assistant.v2/Test/Integration/IBM.Watson.Assistant.v2.IntegrationTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Assistant.v2/Test/Unit/IBM.Watson.Assistant.v2.UnitTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Discovery.v1/Test/Integration/IBM.Watson.Discovery.v1.IntegrationTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Discovery.v1/Test/Unit/IBM.Watson.Discovery.v1.UnitTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Discovery.v2/Test/Integration/IBM.Watson.Discovery.v2.IntegrationTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.Discovery.v2/Test/Unit/IBM.Watson.Discovery.v2.UnitTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.IntegrationTests/IBM.Watson.IntegrationTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.LanguageTranslator.v3/Test/Integration/IBM.Watson.LanguageTranslator.v3.IntegrationTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.LanguageTranslator.v3/Test/Unit/IBM.Watson.LanguageTranslator.v3.UnitTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.NaturalLanguageUnderstanding.v1/Test/Unit/IBM.Watson.NaturalLanguageUnderstanding.v1.UnitTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.NaturalLanguageUnderstanding.v1/Test/Integration/IBM.Watson.NLU.v1.IntegrationTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.SpeechToText.v1/Test/Integration/IBM.Watson.SpeechToText.v1.IntegrationTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.SpeechToText.v1/Test/Unit/IBM.Watson.SpeechToText.v1.UnitTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.TextToSpeech.v1/Test/Integration/IBM.Watson.TextToSpeech.v1.IntegrationTests.csproj]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/IBM.Watson.TextToSpeech.v1/Test/Unit/IBM.Watson.TextToSpeech.v1.UnitTests.csproj]
search = {current_version}
replace = {new_version}