feat: setup (#1)

Reviewed-on: templates/ci-template#1
Co-authored-by: Jan Klattenhoff <jan@kjan.email>
Co-committed-by: Jan Klattenhoff <jan@kjan.email>
This commit is contained in:
Jan K9f 2025-04-09 20:44:06 +00:00 committed by Jan K9f
parent 2c327e504d
commit 1cbfc8c9a2
Signed by:
GPG key ID: 944223E4D46B7412
3 changed files with 113 additions and 0 deletions

16
release.config.cjs Normal file
View file

@ -0,0 +1,16 @@
module.exports = {
branches: ['release'],
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"
}],
],
};