From a58df6f2f2a6b45554eb1059a6cd39018ca75449 Mon Sep 17 00:00:00 2001 From: ddumitrache Date: Mon, 25 Jul 2022 11:20:24 +0100 Subject: [PATCH] Update goreleaser version This is currently the same version used by dispatcher's pipeline, and should produce a formula that's valid for both ARM and Intel macs. [invalid formula](https://github.com/gocardless/homebrew-taps/commit/7901259985c10bcf96aea00c796b08593effe52c) --- .circleci/config.yml | 2 +- CHANGELOG.md | 4 ++++ DRAUPNIR_VERSION | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 50530ff8..9a970e52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,7 +88,7 @@ jobs: echo "Version ${CURRENT_VERSION} is already released" exit 0 fi - curl -L -o /tmp/goreleaser_Linux_x86_64.tar.gz https://github.com/goreleaser/goreleaser/releases/download/v0.156.0/goreleaser_Linux_x86_64.tar.gz + curl -L -o /tmp/goreleaser_Linux_x86_64.tar.gz https://github.com/goreleaser/goreleaser/releases/download/v0.183.0/goreleaser_Linux_x86_64.tar.gz tar zxf /tmp/goreleaser_Linux_x86_64.tar.gz -C /tmp git log --pretty=oneline --abbrev-commit --no-decorate --no-color "$(git describe --tags --abbrev=0)..HEAD" -- pkg cmd vendor internal > /tmp/release-notes git tag "${CURRENT_VERSION}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 449b6fe3..eac0e2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +5.3.1 +----- +- Update goreleaser to generate a new homebrew formula. No functional changes to the code + 5.3.0 ----- - Update scripts to use postgres 14. Some technical changes around the versions of the tools used were also made diff --git a/DRAUPNIR_VERSION b/DRAUPNIR_VERSION index 03f488b0..c7cb1311 100644 --- a/DRAUPNIR_VERSION +++ b/DRAUPNIR_VERSION @@ -1 +1 @@ -5.3.0 +5.3.1