chore(release) : configure semantic-release

This commit is contained in:
2026-03-10 08:18:20 +01:00
parent aace834dd4
commit fb96cc3c32
4 changed files with 5649 additions and 0 deletions

20
.releaserc.json Normal file
View File

@@ -0,0 +1,20 @@
{
"branches": [
"develop"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version}"
}
]
]
}