Skip to content

Commit fda75c2

Browse files
ci: use GitHub native release notes in goreleaser
Switches changelog generation to github-native so GoReleaser uses GitHub's release notes API, which respects .github/release.yml and produces categorized, PR-based release notes.
1 parent fb545b8 commit fda75c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
version: 2
22
project_name: ci-result-to-slack
3+
changelog:
4+
use: github-native
35
builds:
46
- env: [CGO_ENABLED=0]
57
main: ./cmd/ci-result-to-slack

0 commit comments

Comments
 (0)