-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #913 from nats-io/release_0_16_0
Prepare for release v0.16.0
- Loading branch information
Showing
93 changed files
with
2,461 additions
and
641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
project_name: nats-streaming-server | ||
|
||
release: | ||
github: | ||
owner: nats-io | ||
name: nats-streaming-server | ||
name_template: 'Release {{.Tag}}' | ||
draft: true | ||
|
||
changelog: | ||
skip: true | ||
|
||
builds: | ||
- main: ./nats-streaming-server.go | ||
binary: nats-streaming-server | ||
ldflags: | ||
- -s -w -X github.com/nats-io/nats-streaming-server/server.gitCommit={{.ShortCommit}} -X github.com/nats-io/nats-streaming-server/vendor/github.com/nats-io/nats-server/v2/server.gitCommit=c8ca58e | ||
env: | ||
- GO111MODULE=off | ||
- CGO_ENABLED=0 | ||
goos: | ||
- darwin | ||
- linux | ||
- windows | ||
goarch: | ||
- amd64 | ||
- arm | ||
- arm64 | ||
- 386 | ||
goarm: | ||
- 6 | ||
- 7 | ||
ignore: | ||
- goos: darwin | ||
goarch: 386 | ||
|
||
nfpms: | ||
- name_template: '{{.ProjectName}}-{{.Tag}}-{{.Arch}}{{if .Arm}}{{.Arm}}{{end}}' | ||
homepage: https://nats.io | ||
description: High-Performance Streaming server for NATS, the cloud native messaging system. | ||
maintainer: Ivan Kozlovic <ivan@synadia.com> | ||
license: Apache 2.0 | ||
vendor: Synadia Inc. | ||
formats: | ||
- deb | ||
- rpm | ||
|
||
archives: | ||
- name_template: '{{.ProjectName}}-{{.Tag}}-{{.Os}}-{{.Arch}}{{if .Arm}}{{.Arm}}{{end}}' | ||
wrap_in_directory: true | ||
format: zip | ||
files: | ||
- README.md | ||
- LICENSE | ||
|
||
checksum: | ||
name_template: 'SHA256SUMS' | ||
algorithm: sha256 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.