Skip to content

Releases: wangyoucao577/go-release-action

v1.22

23 Nov 12:11
1662461
Compare
Choose a tag to compare

What's Changed

  • Add M1 Mac Support on Testing and Doc by @spuder in #65
  • ISSUE-66: Change golang.org to go.dev by @raykov in #67

New Contributors

Full Changelog: v1.21...v1.22

v1.21

15 Nov 14:16
Compare
Choose a tag to compare

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

28 Aug 06:50
Compare
Choose a tag to compare
  • Always use latest go version by default;
  • Support 1.16 and 1.17 fields.

v1.19

20 Jul 11:58
Compare
Choose a tag to compare
  • Support make build command.

v1.18

25 May 11:48
Compare
Choose a tag to compare
  • Allow packaging of hidden files

v1.17

12 Apr 14:14
Compare
Choose a tag to compare
  • Support executable compression upx.

v1.16

01 Apr 00:57
Compare
Choose a tag to compare
  • Upgrade default Go version to 1.16, and support 1.14 and 1.15 shortcuts;
  • Able to test go-release-action automatically.

v1.15

17 Mar 09:19
Compare
Choose a tag to compare
  • Fix mutli-commands support in pre_command

v1.14

20 Jan 08:30
Compare
Choose a tag to compare
  • support customizable asset names

v1.13

16 Jan 08:12
Compare
Choose a tag to compare
  • Allow manually trigger with workflow_dispatch event