13 lines
312 B
JavaScript
13 lines
312 B
JavaScript
|
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"
|
||
|
}],
|
||
|
],
|
||
|
};
|