Skip to content

Commit

Permalink
ci(web-ux): add semantic release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomgrus authored and omar-chahbouni-decathlon committed Mar 18, 2022
1 parent 972067a commit 6ff5f77
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions code/web-ux/.releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"branches": [
{"name": "main"}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/exec", {
"verifyConditionsCmd": "git pull"
}],
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["package.json"],
"message": "chore(web-ux): ara-web-ux ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
],
"extends": [
"semantic-release-monorepo"
]
}

0 comments on commit 6ff5f77

Please sign in to comment.