We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69fd786 + 64c5531 commit 6652e64Copy full SHA for 6652e64
.chglog.yml
@@ -1,5 +1,6 @@
1
---
2
conventional-commits: false
3
+exclude-merge-commits: true
4
deb:
5
distribution: []
6
urgency: ""
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
ignore-local: true
36
- run: go version
37
- name: Install changelog management tool
38
- run: go install github.com/goreleaser/chglog/cmd/chglog@latest
+ run: go install github.com/goreleaser/chglog/cmd/chglog@main
39
- name: Build changelog
40
run: chglog init
41
- name: Run GoReleaser
0 commit comments