Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
ci(release): Update.releaserc.json (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkotu authored Dec 24, 2021
1 parent 2b685a8 commit 8faa938
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"branches": ["master"],
"plugins": [
"branches" : [
"master"
],
"plugins" : [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
"@semantic-release/exec",
{
"changelogFile": "CHANGELOG.md"
"prepareCmd" : "clojure -T:build release-prepare :version '\"${nextRelease.version}\"'",
"publishCmd" : "clojure -T:build release-publish :version '\"${nextRelease.version}\"'"
}
],
["@semantic-release/exec", {
"prepareCmd": "clojure -T:build release-prepare :version '\"${nextRelease.version}\"'",
"publishCmd": "clojure -T:build release-publish :version '\"${nextRelease.version}\"'"
}],
[
"@semantic-release/git",
"@semantic-release/github",
{
"assets": ["CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"assets" : [
{
"path" : "target/**/*.jar",
"label" : "JAR"
}
]
}
],
["@semantic-release/github", {
}]
]
]
}
}

1 comment on commit 8faa938

@vercel
Copy link

@vercel vercel bot commented on 8faa938 Dec 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.