Releases: wangyoucao577/go-release-action
Releases · wangyoucao577/go-release-action
v1.22
v1.21
What's Changed
- Support retry if upload fails by @wangyoucao577 in #64
- Remove useless repo docker
go-release-action/go-release-action
Full Changelog: v1.20...v1.21
v1.20
- Always use latest go version by default;
- Support
1.16
and1.17
fields.
v1.19
- Support
make
build command.
v1.18
- Allow packaging of hidden files
v1.17
- Support executable compression upx.
v1.16
- Upgrade default Go version to
1.16
, and support1.14
and1.15
shortcuts; - Able to test go-release-action automatically.
v1.15
- Fix mutli-commands support in pre_command
v1.14
- support customizable asset names
v1.13
- Allow manually trigger with
workflow_dispatch
event