22 lines
486 B
JSON
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}"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
|
|
|