Skip to content

Commit 337ac69

Browse files
committed
Adjusted .goreleaser.yaml
1 parent 3fabca8 commit 337ac69

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.goreleaser.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# .goreleaser.yaml
22
changelog:
3-
skip: false
3+
sort: asc
44
use: github
5+
filters:
6+
exclude:
7+
- '^test:'
8+
- '^chore'
9+
- 'merge conflict'
10+
- Merge pull request
11+
- Merge remote-tracking branch
12+
- Merge branch
13+
- go mod tidy
14+
15+
release:
16+
footer: |
17+
**Full Changelog**: https://github.com/mrusme/neonmodem/compare/{{ .PreviousTag }}...{{ .Tag }}
518
619
builds:
720
-

0 commit comments

Comments
 (0)