Skip to content

Commit 10ddca7

Browse files
committed
fix: barry 2025-01-05 09:56:33
1 parent 6546da2 commit 10ddca7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.goreleaser.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,35 @@ checksum:
3636
name_template: 'checksums.txt'
3737
snapshot:
3838
name_template: "{{ incpatch .Version }}-next"
39+
40+
changelog:
41+
sort: asc
42+
filters:
43+
exclude:
44+
- '^docs:'
45+
- '^test:'
46+
- '^chore:'
47+
include:
48+
- '^feat:'
49+
- '^fix:'
50+
- '^perf:'
51+
- '^refactor:'
52+
use: git
53+
groups:
54+
- title: "New Features"
55+
regexp: "^feat:"
56+
- title: "Bug Fixes"
57+
regexp: "^fix:"
58+
- title: "Performance Improvements"
59+
regexp: "^perf:"
60+
- title: "Refactors"
61+
regexp: "^refactor:"
62+
63+
release:
64+
github:
65+
owner: kooksee
66+
name: fastcommit
67+
name_template: '{{ .ProjectName }} {{ .Tag }}'
68+
footer: |
69+
## Installation
70+
Download the latest release from the [GitHub Releases](https://github.com/myusername/myapp/releases) page.

0 commit comments

Comments
 (0)