ci-template/release.config.cjs
Jan Klattenhoff 69e8b4e2ac
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Successful in 29s
feat: add CI workflows for pull requests and releases
2025-04-09 22:43:07 +02:00

16 lines
420 B
JavaScript

module.exports = {
branches: ['release'],
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"
}],
],
};