Skip to content

Commit

Permalink
Fix goreleaser deprecations (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored May 9, 2024
1 parent 66b78b6 commit 9cf9401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ brews:
commit_author:
name: Exercism Bot
email: [email protected]
folder: Formula
directory: Formula
homepage: "https://exercism.org/"
description: "Command-line tool to interact with exercism.org"
test: |
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TAG_NAME="v${VERSION}"
GPG_FINGERPRINT="<GPG FINGERPRINT>"

# Test run
goreleaser --skip-publish --snapshot --clean
goreleaser --skip=publish --snapshot --clean

# Create a new tag on the main branch and push it
git tag -a "${TAG_NAME}" -m "Trying out GoReleaser"
Expand Down

0 comments on commit 9cf9401

Please sign in to comment.