Skip to content

Commit 62cb9b0

Browse files
committed
fix(ci): skip release-please GitHub release, let GoReleaser handle it
Avoids duplicate releases — release-please creates tags only, GoReleaser creates the GitHub release with grouped changelogs.
1 parent 4fa4e8b commit 62cb9b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"release-type": "go",
55
"bump-minor-pre-major": true,
66
"bump-patch-for-minor-pre-major": true,
7+
"skip-github-release": true,
78
"changelog-sections": [
89
{ "type": "feat", "section": "Features" },
910
{ "type": "fix", "section": "Bug Fixes" },

0 commit comments

Comments
 (0)