LF8/release.config.cjs
Jan Klattenhoff a3eca190f0
All checks were successful
Quality Check / Tests (pull_request) Successful in 49s
Quality Check / Checkstyle Main (pull_request) Successful in 54s
chore: update branch name from master to main
2024-09-25 13:55:42 +02:00

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"
}],
],
};