diff --git a/.goreleaser.yml b/.goreleaser.yml index 149fbd8e5..972d4e704 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -137,7 +137,7 @@ brews: commit_author: name: Exercism Bot email: 66069679+exercism-bot@users.noreply.github.com - folder: Formula + directory: Formula homepage: "https://exercism.org/" description: "Command-line tool to interact with exercism.org" test: | diff --git a/RELEASE.md b/RELEASE.md index efcd648cc..5c65318d3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -29,7 +29,7 @@ TAG_NAME="v${VERSION}" 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"