Skip to content

Commit 1772c7c

Browse files
committed
chore: update the goreleaser changelog grouping along with the removal of the footer
Signed-off-by: Sidharth Jawale <[email protected]>
1 parent b8104c5 commit 1772c7c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.goreleaser-gitea.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
version: 2
33

4-
release:
5-
footer: >-
6-
Released by [GoReleaser](https://github.com/goreleaser/goreleaser).
7-
84
changelog:
95
use: gitea
106
sort: asc
@@ -24,6 +20,9 @@ changelog:
2420
- title: 🐛 Bug fixes
2521
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
2622
order: 1
23+
- title: 🎭 Puppet Modules
24+
regexp: '^chore:\s(pin|update|added)\spuppet-.*'
25+
order: 998
2726
- title: 🥴 Others
2827
order: 999
2928
builds:

.goreleaser-github.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
version: 2
33

4-
release:
5-
footer: >-
6-
Released by [GoReleaser](https://github.com/goreleaser/goreleaser).
7-
84
changelog:
95
use: github
106
sort: asc
@@ -24,6 +20,9 @@ changelog:
2420
- title: 🐛 Bug fixes
2521
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
2622
order: 1
23+
- title: 🎭 Puppet Modules
24+
regexp: '^chore:\s(pin|update|added)\spuppet-.*'
25+
order: 998
2726
- title: 🥴 Others
2827
order: 999
2928

0 commit comments

Comments
 (0)