Sourced from goreleaser/goreleaser-action's releases.
v4.2.0
What's Changed
- fix: don't depend on the GitHub API to check release by
@crazy-maxin goreleaser/goreleaser-action#391Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.1.1...v4.2.0
v4.1.1
What's Changed
- Update Readme to reference
goreleaser/goreleaser-action@v4by@felladrinin goreleaser/goreleaser-action#384- docs: fix README badge by
@dirienin goreleaser/goreleaser-action#386- chore(deps): bump json5 from 2.2.0 to 2.2.3 by
@dependabotin goreleaser/goreleaser-action#388- fix: use
@action/githubby@caarlos0and@crazy-maxin goreleaser/goreleaser-action#390New Contributors
@felladrinmade their first contribution in goreleaser/goreleaser-action#384@dirienmade their first contribution in goreleaser/goreleaser-action#386Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.1.0...v4.1.1
v4.1.0
What's Changed
- feat!: remove auto-snapshot on dirty tag by
@caarlos0in goreleaser/goreleaser-action#382- docs: add example when using workdir along with upload-artifact by
@zdtswin goreleaser/goreleaser-action#366- Fix Self-Hosted Windows Error: Expand-Archive by
@flarcoin goreleaser/goreleaser-action#379- chore(deps): bump minimatch from 3.0.4 to 3.1.2 by
@dependabotin goreleaser/goreleaser-action#383Migrating 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
@zdtswmade their first contribution in goreleaser/goreleaser-action#366@flarcomade their first contribution in goreleaser/goreleaser-action#379Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4...v4.1.0
v4.0.0
What's Changed
- fix: do not override GORELEASER_CURRENT_TAG by
@caarlos0in goreleaser/goreleaser-action#370Migrating 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: https://github.com/goreleaser/goreleaser-action/compare/v3...v4.0.0
v3.2.0
What's Changed
- chore: remove workaround for
setOutputby@crazy-max(#374)- chore(deps): bump
@actions/corefrom 1.9.1 to 1.10.0 (#372)
... (truncated)
f82d6c1
fix: don't depend on the GitHub API to check release (#391)9754a25
fix: use @action/github (#390)b1a2381
build: run ci on workflow dispatchb1ffc5d
chore(deps): bump json5 from 2.2.0 to 2.2.3 (#388)256e4b8
docs: migrating from v3a7c543c
docs: fix README badgea (#386)13f1e21
docs: update Readme to reference
goreleaser/goreleaser-action@v4 (#384)8f67e59
chore: regenerate78df308
chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#383)66134d9
Merge remote-tracking branch 'origin/master' into flarco/master