feat: Add releases
All checks were successful
Build and Push Docker Image / Build (push) Successful in 1m55s
All checks were successful
Build and Push Docker Image / Build (push) Successful in 1m55s
This commit is contained in:
parent
7cad2bc64b
commit
794c528c3c
2 changed files with 66 additions and 0 deletions
19
release.config.cjs
Normal file
19
release.config.cjs
Normal file
|
@ -0,0 +1,19 @@
|
|||
module.exports = {
|
||||
branches: ["main"],
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
[
|
||||
"@semantic-release/changelog",
|
||||
{
|
||||
changelogFile: "docs/CHANGELOG.md",
|
||||
},
|
||||
],
|
||||
[
|
||||
"@saithodev/semantic-release-gitea",
|
||||
{
|
||||
giteaUrl: "https://git.kjan.de",
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue