chore: add release configuration file

This commit is contained in:
Jan Gleytenhoover 2024-08-28 07:48:08 +02:00
commit a7e778347d
Signed by: jank
GPG Key ID: B267751B8AE29EFE

12
release.config.cjs Normal 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",
}],
],
};