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 dccdfc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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 Down Expand Up @@ -38,8 +44,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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package config

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

0 comments on commit dccdfc5

Please sign in to comment.