We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447f52b commit 593b160Copy full SHA for 593b160
.releaserc
@@ -5,7 +5,11 @@
5
"@semantic-release/commit-analyzer",
6
"@semantic-release/release-notes-generator",
7
"@semantic-release/git",
8
- "@semantic-release/github",
+ ["@semantic-release/github", {
9
+ "assets": [
10
+ {"path": "ibm-watson/build/libs/ibm-watson-${nextRelease.version}-jar-with-dependencies.jar"}
11
+ ]
12
+ }],
13
["@semantic-release/exec", {
14
"prepareCmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --verbose --allow-dirty patch"
15
}]
0 commit comments