repotool/.releaserc.json

22 lines
466 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", "repotool.plugin.zsh", "repotool.zsh"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}