This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Releases: mitchellh/gon
Releases · mitchellh/gon
v0.2.5
Changelog
- 80a62a3 Revert "goreleaser: remove archive, gon makes it"
- ea90b9d Revert "goreleaser: switch gon to hook"
- e13050b goreleaser: disable checksums
- 844fe59 goreleaser: remove archive, gon makes it
- 0941ab7 goreleaser: switch gon to hook
- 0d70537 shorten brew description
- c3afcf0 signing step has to use proper artifact
v0.2.4
v0.2.3
Changelog
27a6dea Add some troubleshooting information.
b06b5fa GoReleaser
16606cb Merge pull request #13 from vrischmann/asc-provider
d1268f4 Merge pull request #15 from skyzyx/feature/troubleshooting
19a1e4b Update makefile to remove old build methods
8fd67c6 notarize: use the provider when calling xcrun
ae2ed43 remove binary committed
v0.2.2
v0.2.1
Changelog
Improvements
- sign: supports specifying an entitlements file 0723683
- notarize: download and parse log files, showing an error if there are any issues. We learned that sometimes a notarization can show "success" but actually fail to pass Gatekeeper checks if there were warnings. These warnings are only visible online by viewing the log file. Gon can now download and parse this log file and show the error in advance. 8962847
Bug Fixes
- 0a56f02 sign: on error show the full terminal output