Skip to content

Commit 593b160

Browse files
committed
ci: Add JAR to release assets
1 parent 447f52b commit 593b160

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.releaserc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"@semantic-release/commit-analyzer",
66
"@semantic-release/release-notes-generator",
77
"@semantic-release/git",
8-
"@semantic-release/github",
8+
["@semantic-release/github", {
9+
"assets": [
10+
{"path": "ibm-watson/build/libs/ibm-watson-${nextRelease.version}-jar-with-dependencies.jar"}
11+
]
12+
}],
913
["@semantic-release/exec", {
1014
"prepareCmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --verbose --allow-dirty patch"
1115
}]

0 commit comments

Comments
 (0)