Skip to content

Choose a tag to compare

@github-actions github-actions released this 03 Jun 19:43

Changelog

  • 9458020: feat: enable overwriting of existing artifacts in release process (@gnana997)

Verify this release

cosign verify-blob \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/gnana997/bumper/.*' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  checksums.txt
sha256sum -c checksums.txt --ignore-missing

What's Changed

  • build(deps): bump the github-actions group across 1 directory with 7 updates by @dependabot[bot] in #1

New Contributors

Full Changelog: v1.0.0...v1.1.0