build: add release configuration for semantic release
Some checks are pending
Release / Release (push) Waiting to run
Some checks are pending
Release / Release (push) Waiting to run
This commit is contained in:
parent
f31a959ec5
commit
ab9598950a
15
release.config.cjs
Normal file
15
release.config.cjs
Normal file
@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
|
||||
branches: ['main'],
|
||||
plugins: [
|
||||
'@semantic-release/commit-analyzer',
|
||||
'@semantic-release/release-notes-generator',
|
||||
'@semantic-release/changelog',
|
||||
["@saithodev/semantic-release-gitea", {
|
||||
"giteaUrl": "https://git.simonis.lol"
|
||||
}],
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user