Skip to content

Commit

Permalink
0.10.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed May 29, 2020
1 parent df06ffc commit de872ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .goreleaser.yml
@@ -1,10 +1,16 @@
project_name: annie
env:
- GO111MODULE=on
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
binary: annie
# Disable ldflags: https://github.com/goreleaser/goreleaser/issues/1255
ldflags:
- "-X 'main.aa=aa'"
goos:
- windows
- darwin
Expand All @@ -21,6 +27,8 @@ builds:
- goos: freebsd
goarch: arm
goarm: 6
- goos: freebsd
goarch: arm64
- goos: openbsd
goarch: arm
goarm: 6
Expand All @@ -38,8 +46,8 @@ changelog:
- '^tests'
- Merge pull request
- Merge branch
archive:
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}_v{{ .Arm }}{{ end }}'
archives:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}_v{{ .Arm }}{{ end }}'
format: tar.gz
format_overrides:
- goos: windows
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
@@ -1,4 +1,4 @@
package config

// VERSION version of annie
const VERSION = "0.9.8"
const VERSION = "0.10.0"

0 comments on commit de872ac

Please sign in to comment.