File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 88 [
99 "@semantic-release/exec",
1010 {
11- "prepareCmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --verbose --allow-dirty patch"
11+ "prepareCmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --allow-dirty patch"
12+ }
13+ ],
14+ [
15+ "@semantic-release/exec",
16+ {
17+ "prepareCmd": "./gradlew clean shadowJar"
1218 }
1319 ],
1420 [
Original file line number Diff line number Diff line change 4343 - npm install @semantic-release/exec
4444 - npm install @semantic-release/git
4545 script :
46- - ./gradlew shadowJar
4746 - npx semantic-release
4847
4948 - stage : Publish javadoc
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ bintray {
1414 key = System . getenv(' BINTRAY_APIKEY' )
1515 publications = [' maven' ]
1616 publish = true
17+ override = true
1718 pkg {
1819 repo = ' ibm-cloud-sdk-repo'
1920 name = packageName
You can’t perform that action at this time.
0 commit comments