Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Release-prep PR for initium v1.3.0, updating crate metadata and release documentation while also introducing the directory-based Claude skill definition for /release.
Changes:
- Bump crate version from 1.2.0 to 1.3.0 (Cargo.toml + Cargo.lock).
- Add the v1.3.0 entry to
CHANGELOG.md. - Add YAML frontmatter to the
/releaseClaude skill (.claude/skills/release/SKILL.md) to make it user-invocable.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updates package version to 1.3.0. |
| Cargo.lock | Updates locked package version to 1.3.0 for consistency with Cargo.toml. |
| CHANGELOG.md | Adds the 1.3.0 release notes entry dated 2026-03-12. |
| .claude/skills/release/SKILL.md | Adds skill metadata frontmatter for the release skill. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add a prep stage that normalizes the root package version to 0.0.0 so BuildKit's content-based caching keeps the dependency layer cached when only the version in Cargo.toml/Cargo.lock changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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
ignore_columnsoption for reconcile mode tables/releasefrom Claude Code command to skill (directory-basedSKILL.mdformat)--mount=type=cachewith dependency layer caching)Changelog
Added
Cargo.tomlversion changes on main, triggering the release workflow./releaseskill for Claude Code: guided release preparation with version determination, confirmation, and PR creation.ignore_columnsoption for reconcile mode tables: columns listed inignore_columnsare included in the initial INSERT but excluded from change detection, UPDATE statements, and content hash computation.Changed
/releasefrom Claude Code command to skill (directory-basedSKILL.mdformat).Fixed
--mount=type=cachewith dependency layer caching for reliable Docker build caching in GitHub Actions.How to verify
cargo check cargo test cargo clippy -- -D warnings cargo fmt -- --check🤖 Generated with Claude Code