Skip to content

Commit e233e26

Browse files
committed
fix: Use default GoReleaser changelog instead of git-cliff
GoReleaser v2 does not support git-cliff as a changelog.use provider. Switch to default GoReleaser changelog generation and remove the git-cliff install step from the release workflow.
1 parent 64d7bdf commit e233e26

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
- name: Install Syft (for SBOM generation)
4040
uses: anchore/sbom-action/download-syft@v0.23.0
4141

42-
- name: Install git-cliff (for changelog generation)
43-
uses: kenji-miyake/setup-git-cliff@v2
44-
4542
- name: Run GoReleaser
4643
uses: goreleaser/goreleaser-action@v6
4744
with:

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ snapshot:
5959
version_template: "{{ .Tag }}"
6060

6161
changelog:
62-
use: git-cliff
62+
sort: asc
6363

6464
nfpms:
6565
- id: cisshgo

0 commit comments

Comments
 (0)