feat: Add releases
All checks were successful
Build and Push Docker Image / Build (push) Successful in 1m55s

This commit is contained in:
Jan K9f 2025-09-11 15:24:10 +02:00
commit 794c528c3c
Signed by: jank
GPG key ID: 22BEAC760B3333D6
2 changed files with 66 additions and 0 deletions

19
release.config.cjs Normal file
View file

@ -0,0 +1,19 @@
module.exports = {
branches: ["main"],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
changelogFile: "docs/CHANGELOG.md",
},
],
[
"@saithodev/semantic-release-gitea",
{
giteaUrl: "https://git.kjan.de",
},
],
],
};