-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgoreleaser-lib.yaml
More file actions
43 lines (40 loc) · 992 Bytes
/
goreleaser-lib.yaml
File metadata and controls
43 lines (40 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
version: 2
before:
hooks: ["go mod tidy"]
builds: [skip: true]
changelog:
sort: asc
use: github
format: "{{ .SHA }}: {{ .Message }} ({{ with .AuthorUsername }}@{{ . }}{{ else }}{{ .AuthorName }}{{ end }})"
filters:
exclude:
- "^test:"
- "^chore"
- "merge conflict"
- Merge pull request
- Merge remote-tracking branch
- Merge branch
- go mod tidy
groups:
- title: "Deps"
regexp: "^.*\\(deps\\)*:+.*$"
order: 300
- title: "New!"
regexp: "^.*feat[(\\w)]*:+.*$"
order: 100
- title: "Fixed"
regexp: "^.*fix[(\\w)]*:+.*$"
order: 200
- title: "Docs"
regexp: "^.*docs[(\\w)]*:+.*$"
order: 400
- title: "Other stuff"
order: 9999
git:
tag_sort: semver
release:
prerelease: auto
footer:
from_url:
url: https://raw.github.com/charmbracelet/meta/main/footer_lib.md