File tree Expand file tree Collapse file tree 2 files changed +25
-10
lines changed
Expand file tree Collapse file tree 2 files changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ message = Update version numbers from {current_version} -> {new_version}
3030[bumpversion:file:visual-recognition/README.md]
3131
3232[bumpversion:file:docker/pom.xml]
33+
34+ [bumpversion:file:examples/build.gradle]
3335search = {current_version}
3436replace = {new_version}
3537
Original file line number Diff line number Diff line change 33 "tagFormat": "java-sdk-${version}",
44 "debug": true,
55 "plugins": [
6- "@semantic-release/changelog",
76 "@semantic-release/commit-analyzer",
87 "@semantic-release/release-notes-generator",
9- ["@semantic-release/github", {
10- "assets": [
11- {"path": "ibm-watson/build/libs/ibm-watson-${nextRelease.version}-jar-with-dependencies.jar"}
12- ]
13- }],
14- ["@semantic-release/exec", {
15- "prepareCmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --verbose --allow-dirty patch"
16- }],
17- "@semantic-release/git"
8+ "@semantic-release/changelog",
9+ [
10+ "@semantic-release/exec",
11+ {
12+ "prepareCmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --verbose --allow-dirty patch"
13+ }
14+ ],
15+ [
16+ "@semantic-release/git",
17+ {
18+ "message": "docs(release): Add release notes for ${nextRelease.version}"
19+ }
20+ ],
21+ [
22+ "@semantic-release/github",
23+ {
24+ "assets": [
25+ {
26+ "path": "ibm-watson/build/libs/ibm-watson-${nextRelease.version}-jar-with-dependencies.jar"
27+ }
28+ ]
29+ }
30+ ]
1831 ]
1932}
You can’t perform that action at this time.
0 commit comments