Skip to content

chore: release v0.2.6#46

Merged
jdx merged 1 commit intomainfrom
release-plz-2026-04-19T02-16-38Z
Apr 19, 2026
Merged

chore: release v0.2.6#46
jdx merged 1 commit intomainfrom
release-plz-2026-04-19T02-16-38Z

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented Apr 19, 2026

🤖 New release

  • sigstore-verification: 0.2.5 -> 0.2.6 (✓ API compatible changes)
Changelog

0.2.6 - 2026-04-19

Added

  • support custom GitHub API base URL (#45)

Added

  • support custom GitHub API base URL for GitHubSource and verify_github_attestation, enabling verification against GitHub Enterprise Server instances


This PR was generated with release-plz.


Note

Low Risk
Low risk: this PR only bumps the crate version and updates the changelog; no functional code changes are included.

Overview
Bumps sigstore-verification from 0.2.5 to 0.2.6 and adds a 0.2.6 entry to CHANGELOG.md documenting support for a custom GitHub API base URL (including GitHub Enterprise Server use cases).

Reviewed by Cursor Bugbot for commit c5cd203. Bugbot is set up for automated code reviews on this repo. Configure here.

@jdx jdx enabled auto-merge (squash) April 19, 2026 02:17
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 19, 2026

Greptile Summary

This is an automated release PR generated by release-plz, bumping sigstore-verification from v0.2.5 to v0.2.6. The only code changes are the version field in Cargo.toml and a new entry in CHANGELOG.md documenting the custom GitHub API base URL feature shipped in #45.

Confidence Score: 5/5

Safe to merge — only a version bump and changelog update with no logic changes.

All findings are P2 style issues (duplicate changelog section header); no correctness, security, or data-integrity concerns are present.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Added 0.2.6 release entry; contains a duplicate ### Added section header for the same feature
Cargo.toml Version bumped from 0.2.5 to 0.2.6; no other changes

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[release-plz bot] -->|generates PR| B[chore: release v0.2.6]
    B --> C[Cargo.toml\nversion 0.2.5 → 0.2.6]
    B --> D[CHANGELOG.md\nadd v0.2.6 entry]
    C --> E[Publish to crates.io]
    D --> E
Loading

Fix All in Claude Code

Reviews (1): Last reviewed commit: "chore: release v0.2.6" | Re-trigger Greptile

Comment thread CHANGELOG.md
Comment on lines 16 to 18
### Added

- support custom GitHub API base URL for `GitHubSource` and `verify_github_attestation`, enabling verification against GitHub Enterprise Server instances
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Duplicate ### Added section header

The 0.2.6 entry contains two consecutive ### Added headings (lines 12 and 16). The second block repeats the same subject with a longer description. This appears to be a release-plz generation artifact — consider consolidating into a single ### Added section or removing the redundant header before the extended description.

Suggested change
### Added
- support custom GitHub API base URL for `GitHubSource` and `verify_github_attestation`, enabling verification against GitHub Enterprise Server instances
- support custom GitHub API base URL ([#45](https://github.com/jdx/sigstore-verification/pull/45)) — support custom GitHub API base URL for `GitHubSource` and `verify_github_attestation`, enabling verification against GitHub Enterprise Server instances

Fix in Claude Code

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the project version to 0.2.6 and adds a corresponding entry to the changelog. Feedback was provided regarding a duplicate 'Added' section in the CHANGELOG.md, which should be consolidated to maintain a clean history.

Comment thread CHANGELOG.md
Comment on lines +12 to +15
### Added

- support custom GitHub API base URL ([#45](https://github.com/jdx/sigstore-verification/pull/45))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The changelog contains duplicate ### Added sections for the same feature. This block is redundant as the feature is already described in more detail in the subsequent section (lines 16-18). It is recommended to remove this redundant block and manually append the PR reference ([#45](https://github.com/jdx/sigstore-verification/pull/45)) to the existing entry below.

@jdx jdx merged commit 730fba2 into main Apr 19, 2026
9 checks passed
@jdx jdx deleted the release-plz-2026-04-19T02-16-38Z branch April 19, 2026 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant