Releases: cli/gh-extension-precompile
Releases · cli/gh-extension-precompile
v2.0.0
Notice: Breaking Changes ⚠️
v2
introduces a breaking change by disabling android-arm64
and android-amd64
build targets by default due to #50 (comment).
For more information, see "Building for Android."
What's Changed
New Contributors
Full Changelog: v1.6.0...v2.0.0
v1.6.0
v1.5.0
v1.4.0
What's Changed
- Adding essential codeowners file by @andyfeller in #39
- Add options for token override, draft releases and supplying release tag by @manue1 in #37
- Add input variable to allow overriding release title by @manue1 in #45
- Add go.mod support by @andyfeller in #47
New Contributors
- @andyfeller made their first contribution in #39
- @manue1 made their first contribution in #37
Full Changelog: v1.3.1...v1.4.0
gh-extension-precompile v1.3.1
What's Changed
- Update action path to work on windows by @speedyleion in #32
New Contributors
- @speedyleion made their first contribution in #32
Full Changelog: v1.3.0...v1.3.1
gh-extension-precompile v1.3.0
gh-extension-precompile v1.2.4
Bump to Go 1.18 by default so go-gh
compiles. This is not strictly required, but it is our assumption that most Go extensions will be using go-gh, so this should work out of the box.
gh-extension-precompile v1.2.3
Bumps target Go version to 1.17 and recommend actions/checkout@v3 instead of v2.