this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

internal/ci: stop generating checksums.txt as a release archive

GitHub now exposes sha256 digests for release assets natively,
meaning that they are pre-computed when publishing and served via
the web UI as well as all of their APIs.

https://github.blog/changelog/2025-06-03-releases-now-expose-digests-for-release-assets/

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I15fc57a489b7496554caf935a247c04808a5c0a8
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1224463
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Paul Jolly <paul@myitcv.io>

-1
-1
internal/ci/goreleaser/goreleaser.cue
··· 69 69 // For those reasons, let goreleaser create the release, but leaving it as a draft. 70 70 draft: true 71 71 } 72 - checksum: name_template: "checksums.txt" 73 72 snapshot: version_template: "{{ .Tag }}-next" 74 73 // As explained above, we write our own release notes. 75 74 changelog: disable: true