Skip to content

Commit

Permalink
feat(deps): update goreleaser/goreleaser-action action to v6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The release action uses goreleaser v2 now. Follow https://goreleaser.com/blog/goreleaser-v2/#upgrading
to update your goreleaser configuration
  • Loading branch information
renovate-bot authored and tagoro9 committed Sep 3, 2024
1 parent 8fff507 commit d4aaff0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/breaking-changes/v2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Breaking changes in v2

The `release` action now uses goreleaser v2. Follow https://goreleaser.com/blog/goreleaser-v2/#upgrading

To update your goreleaser configuration.
2 changes: 1 addition & 1 deletion release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
git fetch --tags
git clean -fd
- name: Goreleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
env:
GITHUB_TOKEN: ${{ inputs.github-token }}
GOPRIVATE: github.com/turo/
Expand Down

0 comments on commit d4aaff0

Please sign in to comment.