Merge pull request 'build: add release configuration file for semantic-release' (#7) from main into prod
All checks were successful
Release / Release (push) Successful in 1m46s
All checks were successful
Release / Release (push) Successful in 1m46s
Reviewed-on: #7
This commit is contained in:
commit
4111820630
1 changed files with 11 additions and 0 deletions
11
release.config.cjs
Normal file
11
release.config.cjs
Normal 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"
|
||||
}],
|
||||
],
|
||||
};
|
Loading…
Add table
Reference in a new issue