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 1d3d1f0 commit f97cf92Copy full SHA for f97cf92
.goreleaser.yml
@@ -1,29 +1,22 @@
1
-# Make sure to check the documentation at http://goreleaser.com
2
-# ---------------------------
3
-# GENERAL
4
5
version: 2
+
6
before:
7
hooks:
8
- make all
9
snapshot:
10
name_template: "{{ .Tag }}"
11
changelog:
12
sort: asc
13
filters:
14
- exclude:
+ exclude:
15
- '^.github:'
16
- '^test:'
17
18
19
-# BUILDER
20
21
-build:
22
- skip: true
+builds:
+ - skip: true
23
24
25
-# GITHUB RELEASE
26
27
release:
28
# prerelease: true
29
name_template: "Release v{{.Version}}"
0 commit comments