LF8/release.config.cjs
Jan Klattenhoff 5cf06ee267
All checks were successful
Quality Check / Tests (pull_request) Successful in 53s
Quality Check / Checkstyle Main (pull_request) Successful in 56s
build: add release configuration file
2024-09-25 13:55:20 +02:00

13 lines
314 B
JavaScript

module.exports = {
branches: ['master'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
["@saithodev/semantic-release-gitea", {
"giteaUrl": "https://git.kjan.de"
}],
],
};