We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b4fa8 commit 0e0ad4bCopy full SHA for 0e0ad4b
.gitignore
@@ -16,3 +16,6 @@ pg_flame
16
17
# Common name of flamegraph output
18
flamegraph.html
19
+
20
+# Distribution directory
21
+dist
.goreleaser.yml
@@ -0,0 +1,17 @@
1
+# This is an example goreleaser.yaml file with some sane defaults.
2
+# Make sure to check the documentation at http://goreleaser.com
3
+builds:
4
+- env:
5
+ - CGO_ENABLED=0
6
+archives:
7
+- replacements:
8
+ darwin: Darwin
9
+ linux: Linux
10
+ 386: i386
11
+ amd64: x86_64
12
+checksum:
13
+ name_template: 'checksums.txt'
14
+snapshot:
15
+ name_template: "{{ .Tag }}-next"
+changelog:
+ sort: asc
0 commit comments