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