From 9cf9401592058bb960e1c0dd9d2b054a54e328e4 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Thu, 9 May 2024 14:19:22 +0200 Subject: [PATCH] Fix goreleaser deprecations (#1144) --- .goreleaser.yml | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"