Skip to content

Commit c7a0d09

Browse files
committed
chore(release): add CLI tool to assets in the GitHub release
1 parent 762aef1 commit c7a0d09

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

release.config.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ config.plugins.push(
1111
"mvnw": true
1212
}
1313
],
14-
"@semantic-release/github",
14+
[
15+
"@semantic-release/github",
16+
{
17+
"assets": [
18+
{
19+
"path": "target/trustyuri-*-jar-with-dependencies.jar",
20+
"label": "JAR for CLI usage (v${nextRelease.version})"
21+
},
22+
]
23+
}
24+
],
1525
"@semantic-release/git"
1626
)
1727
module.exports = config

0 commit comments

Comments
 (0)