feat: add semantic-release

This commit is contained in:
2024-06-22 11:07:08 -04:00
parent a11b2a0568
commit 278c7309b7
3 changed files with 289 additions and 7 deletions

29
.releaserc Normal file
View File

@@ -0,0 +1,29 @@
{
"branches": [
"main",
"next",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@saithodev/semantic-release-gitea",
{
"assets": [
{
"path": "dist/build-*.tar.gz",
"label": "package distribution"
}
]
}
]
]
}