build: add release configuration file
All checks were successful
Quality Check / Tests (pull_request) Successful in 53s
Quality Check / Checkstyle Main (pull_request) Successful in 56s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 13:54:50 +02:00
parent 86cc38d3cb
commit 5cf06ee267
Signed by: jank
GPG Key ID: B267751B8AE29EFE

12
release.config.cjs Normal file

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