Skip to content

Release v3.0.0-pre.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Feb 20:22
Immutable release. Only release title and notes can be modified.
9a2b90d

What's Changed

  • This release includes a build provenance attestation, reintroduced since we have learned that the release attestation does not attest build provenance

macOS Instructions

Download onepass.pkg and also onepass.provisionprofile. Run the installer and also install the provisioning profile (open the file and select “install”) in order for the installed onepass binary to work.

Binary Verification

You can use the gh CLI to verify that these binaries came from the workflow run associated with this release:

gh attestation verify "$(command -v onepass)" --repo mrdomino/onepass
gh release verify-asset v3.0.0-pre.3 "$(command -v onepass)" --repo mrdomino/onepass

Full Changelog: v3.0.0-pre.2...v3.0.0-pre.3