Releases: goreleaser/goreleaser-action
Releases · goreleaser/goreleaser-action
v4.1.0
What's Changed
- feat!: remove auto-snapshot on dirty tag by @caarlos0 in #382
- docs: add example when using workdir along with upload-artifact by @zdtsw in #366
- Fix Self-Hosted Windows Error: Expand-Archive by @flarco in #379
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #383
Migrating from v3
If you need the auto-snapshot feature, take a look at this example repository: it's a minimal working example with all you need.
New Contributors
Full Changelog: v4...v4.1.0
v4.0.0
What's Changed
Migrating from v3
If you need the auto-snapshot feature, take a look at this example repository: it's a minimal working example with all you need.
Full Changelog: v3...v4.0.0
v3.2.0
What's Changed
- chore: remove workaround for
setOutput
by @crazy-max (#374) - chore(deps): bump @actions/core from 1.9.1 to 1.10.0 (#372)
- chore(deps): bump yargs from 17.5.1 to 17.6.0 (#373)
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- fix: dist resolution from config file by @crazy-max (#369)
- ci: fix workflow by @crazy-max (#357)
- docs: bump actions to latest major by @crazy-max (#356)
- chore(deps): bump crazy-max/ghaction-import-gpg from 4 to 5 (#360)
- chore(deps): bump ghaction-import-gpg to v5 (#359)
- chore(deps): bump @actions/core from 1.6.0 to 1.8.2 (#358)
- chore(deps): bump @actions/core from 1.8.2 to 1.9.1 (#367)
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- chore: node 16 as default runtime by @crazy-max in #343
- This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
- chore: update dev dependencies and workflow by @crazy-max in #342
- upgrade go version to 1.18 by @morwn in #335
- chore(deps): bump @actions/exec from 1.1.0 to 1.1.1 in #331
- chore(deps): bump @actions/tool-cache from 1.7.1 to 1.7.2 in #332
- chore(deps): bump @actions/tool-cache from 1.7.2 to 2.0.1 in #355
- chore(deps): bump minimist from 1.2.5 to 1.2.6 in #334
- chore(deps): bump yargs from 17.3.1 to 17.4.0 in #333
- chore(deps): bump yargs from 17.4.0 to 17.4.1 in #339
- chore(deps): bump yargs from 17.4.1 to 17.5.1 in #352
- chore(deps): bump @actions/http-client from 1.0.11 to 2.0.1 in #353
- chore(deps): bump @actions/core from 1.6.0 to 1.8.2 in #354
New Contributors
Full Changelog: v2.9.1...v3.0.0
v2.9.1
What's Changed
- fix: current tag not taken into account by @crazy-max in #329
Full Changelog: v2...v2.9.1
v2.9.0
What's Changed
- refactor: setup context by @crazy-max in #325
- chore: update community files by @crazy-max in #328
- feat: add artifacts and metadata outputs by @crazy-max in #327
Full Changelog: v2.8.1...v2.9.0
v2.8.1
What's Changed
Full Changelog: v2.8.0...v2.8.1
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)