This repository has been archived on 2026-04-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
ansible-role-forgejo/.releaserc
z3r0 87ec08d94a
Some checks failed
ci/woodpecker/push/release Pipeline failed
ci: add @fsl-s/semantic-release-forgejo plugin to semantic-release config
2025-10-26 21:30:38 +01:00

21 lines
375 B
Text

{
"branches": "main",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"]
}
],
"@fsl-s/semantic-release-forgejo"
]
}