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.
1 parent 02378ad commit 706dfceCopy full SHA for 706dfce
.goreleaser.yml
@@ -2,6 +2,8 @@ release:
2
github:
3
owner: obalunenko
4
name: advent-of-code
5
+ footer: |
6
+ **Full Changelog**: https://github.com/obalunenkog/advent-of-code/compare/{{ .PreviousTag }}...{{ .Tag }}
7
8
gomod:
9
proxy: true
@@ -87,6 +89,7 @@ snapshot:
87
89
88
90
changelog:
91
sort: asc
92
+ use: github
93
filters:
94
exclude:
95
- "^docs:"
@@ -101,3 +104,15 @@ changelog:
101
104
- Rebase on master
102
105
- "^Makefile"
103
106
- "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