Skip to content

Commit

Permalink
Gorelease working with dry run - travic CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
simplyzee committed Sep 19, 2019
1 parent 4918311 commit 58d022a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
31 changes: 18 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
before:
hooks:
- go mod download

builds:
-
goos:
- linux
- darwin
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
- env:
- GO111MODULE=on
- CGO_ENABLED=0
archives:
- id: kubemngr
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/zee-ahmed/kubemngr/cmd"
)

var clientVersion = "0.0.1"
var clientVersion = "0.1.0"

func main() {

Expand Down

0 comments on commit 58d022a

Please sign in to comment.