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 509d78b commit 13da226Copy full SHA for 13da226
.gitignore
@@ -0,0 +1 @@
1
+dist/
.goreleaser.yml
@@ -0,0 +1,14 @@
+builds:
2
+archives:
3
+- replacements:
4
+ darwin: Darwin
5
+ linux: Linux
6
+ windows: Windows
7
+ 386: i386
8
+ amd64: x86_64
9
+checksum:
10
+ name_template: 'checksums.txt'
11
+snapshot:
12
+ name_template: "{{ .Tag }}-next"
13
+changelog:
14
+ sort: asc
0 commit comments