Upgrade goreleaser configs to work with v19 onwards #474
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Due to
473cae0146
now the binaries on the releases page for the latest RC are calledabra_Darwin_arm64
vs. the old format of e.g.abra_0.6.0-beta_darwin_arm64
. Also, the Arch/OS combinations don't seem to be coming out correctly? I tried to test manually butgoreleaser
is a bit weird... docs here: https://goreleaser.com/customization/templates/ it needs some work. I've manually updated the checksums/binary names for now.Fix binary download namingto Fix binary download naming for releasesPinned to v18 in
8fa9419c99
following reading https://goreleaser.com/deprecations/#archivesreplacements - the feature we need gets thrown at v19, so pin just before!Sorted for now in https://git.coopcloud.tech/coop-cloud/abra/releases/tag/0.8.0-rc2-beta. Can keep this open to track following the latest goreleaser releases at some point.
Fix binary download naming for releasesto Upgrade goreleaser configs to work with v19 onwardsThis is now blocking the release: https://build.coopcloud.tech/coop-cloud/abra/1498/1/6
I could drop the use of
slices
but yeh... maybe I need to look at this sooner than later...Probably not the last issue this is going to cause...
And a new error 🙄
Releasing manually...
go install github.com/goreleaser/goreleaser@v1.18.2
export GITEA_TOKEN=...
goreleaser build --snapshot --single-target --clean