chore: Add semantic releases
All checks were successful
/ Release (push) Successful in 1m47s

This commit is contained in:
Jan K9f 2025-07-28 20:54:24 +02:00
commit 828c62a0a6
Signed by: jank
GPG key ID: 22BEAC760B3333D6
2 changed files with 27 additions and 0 deletions

12
release.config.cjs Normal file
View file

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