Skip to content

Commit 47fa2bc

Browse files
committed
chore: add goreleaser configuration to publish releases with changelogs
1 parent d32ab22 commit 47fa2bc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.goreleaser.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2+
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
3+
4+
builds:
5+
- skip: true
6+
7+
changelog:
8+
sort: asc
9+
filters:
10+
exclude:
11+
- "^docs:"
12+
- "^test:"

0 commit comments

Comments
 (0)