Skip to content

Commit

Permalink
Update goreleaser version
Browse files Browse the repository at this point in the history
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](gocardless/homebrew-taps@7901259)
  • Loading branch information
ddumitrache authored and DragosDumitrache committed Jul 25, 2022
1 parent 09e1061 commit a58df6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion DRAUPNIR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0
5.3.1

0 comments on commit a58df6f

Please sign in to comment.