Skip to content

Commit

Permalink
Update .releaserc.json
Browse files Browse the repository at this point in the history
Olat-nji authored Aug 30, 2024
1 parent e9b5aef commit b04a69b
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
{
"branches": [
"main"
],
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md",
"changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file."
"changelogFile": "CHANGELOG.md",
"changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file."
}
],
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
],
"message": "chore(release): version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
},

"successComment": false,
"failTitle": false
"assets": [
"CHANGELOG.md"
],
"message": "chore(release): version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
],
"successComment": false,
"failTitle": false
}

0 comments on commit b04a69b

Please sign in to comment.