Skip to content

Commit 706dfce

Browse files
committed
chore: Update goreleasser config
1 parent 02378ad commit 706dfce

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.goreleaser.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ release:
22
github:
33
owner: obalunenko
44
name: advent-of-code
5+
footer: |
6+
**Full Changelog**: https://github.com/obalunenkog/advent-of-code/compare/{{ .PreviousTag }}...{{ .Tag }}
57
68
gomod:
79
proxy: true
@@ -87,6 +89,7 @@ snapshot:
8789

8890
changelog:
8991
sort: asc
92+
use: github
9093
filters:
9194
exclude:
9295
- "^docs:"
@@ -101,3 +104,15 @@ changelog:
101104
- Rebase on master
102105
- "^Makefile"
103106
- "goreleaser"
107+
groups:
108+
- title: 'New Features'
109+
regexp: "^.*feat[(\\w)]*:+.*$"
110+
order: 0
111+
- title: 'Bug fixes'
112+
regexp: "^.*fix[(\\w)]*:+.*$"
113+
order: 10
114+
- title: Other work
115+
order: 999
116+
117+
milestones:
118+
- close: true

0 commit comments

Comments
 (0)