Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jjzcru committed Jun 14, 2020
2 parents 48d4514 + 20a9091 commit 36369f3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,45 @@ before:
- go mod download
# you may remove this if you don't need go generate
- go generate ./...

builds:
- env:
- CGO_ENABLED=0

main: ./main.go

goos:
- windows
- linux
- darwin

goarch:
- amd64
- arm
- arm64
- 386

goarm:
- 6
- 7

ldflags:
- -s -w -X main.version={{.Version}} -X main.os={{.Os}} -X main.arch={{.Arch}} -X main.commit={{.ShortCommit}} -X main.date={{.Env.DATE}} -X "main.goversion={{.Env.GOVERSION}}"

archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
darwin: darwin
linux: linux
windows: windows
386: i386
amd64: x86_64

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"

changelog:
sort: asc
filters:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [v0.3.1](https://github.com/jjzcru/hog/tree/v0.3.1) (2020-06-14)
[Release](https://github.com/jjzcru/hog/releases/tag/v0.3.1)
**Misc 👾:**
- Add support for `ARM`

## [v0.3.0](https://github.com/jjzcru/hog/tree/v0.3.0) (2020-05-04)
[Release](https://github.com/jjzcru/hog/releases/tag/v0.3.0)

Expand Down

0 comments on commit 36369f3

Please sign in to comment.