Releases: cli/gh-extension-precompile
Releases · cli/gh-extension-precompile
gh-extension-precompile 1.2.0
What's Changed
- Add Android platforms by @luisdavim in #19
- Add FreeBSD and Windows ARM platforms by @mislav in #22
- This action now uploads assets to an existing Release if a GitHub Release for the given tag already exists
- Allow using unstable Go versions in
go_version
- Build smaller binaries by @markphelps in #18
- 💅 Script refresh by @mislav in #21
- Docs: suggest using
cli/gh-extension-precompile@v1
instead of@latest
New Contributors
- @markphelps made their first contribution in #18
- @mislav made their first contribution in #21
- @luisdavim made their first contribution in #19
Full Changelog: v1.1.2...v1.2.0
gh-extension-precompile 1.1.2
What's Changed
-
Add
darwin-arm64
platform by @VictorBersy in #3Extensions published this way will be installable on M1 Apple hardware by users of gh v2.8.0+
New Contributors
- @VictorBersy made their first contribution in #3
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.0.6
Pin Go to 1.16
v1.0.5
Remove the platform list configuration since during review we decided we didn't need it.
v1.0.4
Add .exe
for windows builds since apparently that's required 😓
v1.0.3
- Fix problem with asset naming
v1.0.2
- Fix issue where releasing failed when not signing assets
v1.0.1
Initial release for review.