Releases: goreleaser/goreleaser-action
Releases · goreleaser/goreleaser-action
v2.8.0
What's Changed
- chore(deps): bump @actions/tool-cache from 1.7.0 to 1.7.1 by @dependabot in #290
- chore(deps): bump @actions/core from 1.3.0 to 1.4.0 by @dependabot in #289
- chore(deps): bump @actions/exec from 1.0.4 to 1.1.0 by @dependabot in #291
- refactor: use built-in
getExecOutput
by @crazy-max in #292 - chore(deps): bump codecov/codecov-action from 1 to 2.0.1 by @dependabot in #293
- chore(deps): update dev deps by @crazy-max in #294
- chore(deps): bump @actions/core from 1.4.0 to 1.5.0 by @dependabot in #296
- fix: platform detection by @crazy-max in #299
- fix: platform detection v2 by @crazy-max in #300
- chore(deps): bump ghaction-import-gpg to v4 by @crazy-max in #302
- chore(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #305
- chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #306
- chore(deps): bump @actions/core from 1.5.0 to 1.6.0 by @dependabot in #307
- fix: support arch variant to download GoReleaser by @crazy-max in #309
- chore: update generate content by @crazy-max in #310
- fix: get darwin universal binary by @caarlos0 in #312
Full Changelog: v2.6.1...v2.8.0
v2.7.0
- chore(deps): update dev deps (#294)
- chore(deps): bump codecov/codecov-action from 1 to 2 (#293)
- refactor: use built-in
getExecOutput
(#292) - chore(deps): bump @actions/exec from 1.0.4 to 1.1.0 (#291)
- chore(deps): bump @actions/core from 1.3.0 to 1.4.0 (#289)
- chore(deps): bump @actions/tool-cache from 1.7.0 to 1.7.1 (#290)
v2.6.1
v2.6.0
v2.5.0
v2.4.1
- Do not overwrite GORELEASER_CURRENT_TAG if already declared (#260)
v2.4.0
v2.3.0
- Add install-only option for using goreleaser in user scripts (#252)
- Update deps
v2.2.1
v2.2.0
- Use GITHUB_REF to retrieve tag before checking the most recent tag (#238)
- Update deps