1
0
forked from a/repotool
repotool/.releaserc.json

22 lines
486 B
JSON
Raw Normal View History

2024-05-05 22:03:57 +00:00
{
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/gitea",
{
"gitteaUrl": "https://tuxpa.in"
}
],
[
"@semantic-release/git", {
2025-07-01 01:24:21 +00:00
"assets": ["dist/repotool", "shell/zsh/repotool.plugin.zsh", "shell/zsh/repotool.zsh"],
2024-05-05 22:03:57 +00:00
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}