diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fecc5900..51b8d07c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - name: Cross compile run: | sudo apt-get install rhash -y - go install github.com/goreleaser/goreleaser/v2@v2.16.0 + go install github.com/goreleaser/goreleaser/v2@v2.17.1 ./scripts/xcompile.sh - name: Sign checksums diff --git a/release_notes.txt b/release_notes.txt index 47f01274..2f7c72bf 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,6 @@ +4.53.6: + - Fixing release build issue + 4.53.5: - Fixed line wrapping bug (#2824, #2823) Thanks mxey - Bumped dependencies diff --git a/scripts/xcompile.sh b/scripts/xcompile.sh index efada51e..56bd341c 100755 --- a/scripts/xcompile.sh +++ b/scripts/xcompile.sh @@ -2,7 +2,7 @@ set -eo pipefail -# You may need to go install github.com/goreleaser/goreleaser/v2@v2.16.0 first +# You may need to go install github.com/goreleaser/goreleaser/v2@v2.17.1 first GORELEASER="goreleaser build --clean" if [ -z "$CI" ] || [[ "${GITHUB_REF_NAME:-}" == draft-* ]]; then GORELEASER+=" --snapshot"