Skip to content

Commit 6652e64

Browse files
authored
Merge pull request #248 from arnested/changelog-without-merge-commmits
Don't include merge commits in changelog
2 parents 69fd786 + 64c5531 commit 6652e64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.chglog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
conventional-commits: false
3+
exclude-merge-commits: true
34
deb:
45
distribution: []
56
urgency: ""

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ignore-local: true
3636
- run: go version
3737
- name: Install changelog management tool
38-
run: go install github.com/goreleaser/chglog/cmd/chglog@latest
38+
run: go install github.com/goreleaser/chglog/cmd/chglog@main
3939
- name: Build changelog
4040
run: chglog init
4141
- name: Run GoReleaser

0 commit comments

Comments
 (0)