feat: add release workflow for Gitea integration (!13)
All checks were successful
Release / Release (push) Successful in 37s
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:
parent
25d7d30a7d
commit
8df1ec7ee1
2 changed files with 43 additions and 0 deletions
12
release.config.cjs
Normal file
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"
|
||||
}],
|
||||
],
|
||||
};
|
Reference in a new issue