Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/grumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2020-04-16 06:20:01 +0300
committerGitHub <noreply@github.com>2020-04-16 06:20:01 +0300
commit6f8c2bf2f51fddc1cb09e3385bc4e9db5dc43ba9 (patch)
tree515f4de4b018bdaac8caa3f432b34b3209c66af5
parentcf3885170e8eb0c0a56f487e80aac197b1366793 (diff)
parent415081e3dcea2002ceebf0b4519865c152ddc544 (diff)
Merge PR #66: Build prepHEADmaster
-rw-r--r--.goreleaser.yml45
-rw-r--r--LICENSE2
2 files changed, 46 insertions, 1 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
new file mode 100644
index 0000000..c854f37
--- /dev/null
+++ b/.goreleaser.yml
@@ -0,0 +1,45 @@
+project_name: grumble
+dist: build/
+env:
+ - GO111MODULE=on
+before:
+ hooks:
+ - go mod download
+builds:
+ - env:
+ - CGO_ENABLED=0
+ main: ./cmd/grumble/
+ binary: grumble
+ goos:
+ - darwin
+ - linux
+ - windows
+ goarch:
+ - amd64
+ - arm
+ - arm64
+ ignore:
+ - goos: darwin
+ goarch: arm
+ - goos: darwin
+ goarch: arm64
+ - goos: windows
+ goarch: arm
+ - goos: windows
+ goarch: arm64
+archives:
+ - files:
+ - LICENSE
+ format_overrides:
+ - goos: windows
+ format: zip
+checksum:
+ name_template: 'checksums.txt'
+snapshot:
+ name_template: "{{ .Tag }}-next"
+changelog:
+ sort: asc
+ filters:
+ exclude:
+ - '^docs:'
+ - '^test:'
diff --git a/LICENSE b/LICENSE
index 2f38fe0..d19ca70 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
Grumble - an implementation of Murmur in Go
-Copyright (c) 2010-2011 The Grumble Authors
+Copyright (c) 2010-2020 The Grumble Authors
All rights reserved.