feat: add release workflow for Gitea integration (!13)
All checks were successful
Release / Release (push) Successful in 37s

Reviewed-on: #13
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
This commit is contained in:
Jan K9f 2024-09-25 11:59:53 +00:00 committed by Jan Gleytenhoover
parent 25d7d30a7d
commit 8df1ec7ee1
2 changed files with 43 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"
}],
],
};