Conversation
Add release-plz workflow for automated release PRs and crates.io publishing. Add cargo-semver-checks job to CI to catch accidental breaking API changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
Merged
jdx
added a commit
that referenced
this pull request
Feb 15, 2026
## 🤖 New release * `sigstore-verification`: 0.2.0 -> 0.2.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.2.1](v0.2.0...v0.2.1) - 2026-02-15 ### Added - support snappy compressed bundles ([#22](#22)) ### Fixed - set github auth token only for api.github.com ([#23](#23)) ### Other - use fine-grained PAT for release-plz ([#21](#21)) - *(deps)* bump sigstore from 0.12 to 0.13 ([#19](#19)) - *(deps)* update rustsec/audit-check action to v2 ([#15](#15)) - add release-plz and cargo-semver-checks ([#18](#18)) - *(deps)* update actions/checkout digest to de0fac2 ([#17](#17)) - *(deps)* update jdx/mise-action digest to 6d1e696 ([#16](#16)) - *(deps)* update jdx/mise-action action to v3 ([#14](#14)) - *(deps)* update actions/checkout action to v6 ([#13](#13)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: jdx <216188+jdx@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
CARGO_REGISTRY_TOKENsecret is configured in the repo🤖 Generated with Claude Code
Note
Medium Risk
Changes CI/CD behavior by enabling automated releases and crates.io publishing, which can impact release cadence and publication if misconfigured; otherwise the change is isolated to GitHub Actions workflows.
Overview
Introduces a new GitHub Actions workflow,
release-plz.yml, that runs on pushes tomainto automatically open release PRs and perform releases/publishing viarelease-plz(usingCARGO_REGISTRY_TOKEN).Extends the existing
test.ymlworkflow with asemver-checksjob that runscargo-semver-checksin CI to catch accidental breaking public API changes alongside existing tests and security audit.Written by Cursor Bugbot for commit eacb0e5. This will update automatically on new commits. Configure here.