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 6620b6e commit fd772b2Copy full SHA for fd772b2
.goreleaser.yaml
@@ -1,11 +1,12 @@
1
-# https://goreleaser.com/customization/
2
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
3
version: 2
4
+# https://goreleaser.com/customization/hooks/
5
before:
6
hooks:
7
- go mod tidy
8
9
+# https://goreleaser.com/customization/builds/
10
builds:
11
- main: ./cmd/namigo
12
id: namigo
@@ -19,6 +20,21 @@ builds:
19
20
flags:
21
- -trimpath
22
23
+# https://goreleaser.com/customization/changelog/
24
+changelog:
25
+ sort: asc
26
+ use: github
27
+ filters:
28
+ exclude:
29
+ - "^Refactor"
30
+ - "^Rename"
31
+ - "^Simplify"
32
+ - "^Update"
33
+ - comments
34
+ - line break
35
+ - tests
36
+
37
+# https://goreleaser.com/customization/release/
38
release:
39
github:
40
owner: huangsam
0 commit comments