build: add release configuration file for semantic-release

This commit is contained in:
Jan K9f 2025-01-21 11:36:15 +01:00
parent 74d6cd8329
commit cc964ef992
Signed by: jank
GPG key ID: 50620ADD22CD330B

11
release.config.cjs Normal file
View file

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