repotool/.releaserc.json
2025-06-30 20:24:21 -05:00

22 lines
486 B
JSON

{
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/gitea",
{
"gitteaUrl": "https://tuxpa.in"
}
],
[
"@semantic-release/git", {
"assets": ["dist/repotool", "shell/zsh/repotool.plugin.zsh", "shell/zsh/repotool.zsh"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}