Merged
Conversation
This minor version bump includes the new release skill for managing releases. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the version of the envsense package from 0.5.0 to 0.6.0, preparing for a minor release.
- Version updated from 0.5.0 to 0.6.0 in Cargo.toml
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
- Create comprehensive release skill at .claude/skills/release/SKILL.md - Provides step-by-step guidance for the automated release process - Covers version bumping, CI/CD pipeline, multi-platform builds - Includes troubleshooting, testing procedures, and release checklist - Properly structured with YAML frontmatter for Claude Code skill system - Enhance CLAUDE.md with improved architecture documentation - Add project overview with schema stability mention - Reorganize and expand Core Components section with file links - Detail Detection System with declarative and terminal detection - Expand Traits and Macros sections - Add comprehensive Key Data Structures with all trait fields - Include Detection Strategy with precedence order - Improve Testing Strategy with snapshot and integration test details - Add Workspace Structure section - Add Important Notes for schema compatibility and new detections - Document Declarative Detection Pattern approach The release skill was created by analyzing: - Git history and release commits - GitHub Actions workflows (ci.yml, release.yml, validate-release.yml) - Release scripts in scripts/ directory - Documentation in docs/development.md - Recent PRs and the Cargo workspace structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Remove all CHANGELOG.md references since the project doesn't use one - Add step 4: Create Release Branch and PR - Add step 5: Create Pull Request with structured template - Include template with Changes section linking to PRs - Include example from recent v0.5.0 release - Add step 6: Merge PR to Main - Renumber subsequent steps (7-10) - Update release checklist to reflect PR-based workflow - Update release notes description to mention PR description - Clarify that release notes are auto-generated from PR and commits The release process now properly reflects the PR-based workflow used in the project, with structured release descriptions and linked PRs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Fix gaps and inconsistencies identified in the release documentation: - Add Prettier check to pre-release verification - Update PR creation process with practical examples and commands - Clarify lightweight merge process for release PRs - Add prerequisites for local testing - Enhance schema version documentation - Restructure release checklist into logical sections - Update Key Files section with better organization and links - Fix schema file path reference (src/schema.rs -> src/schema/main.rs) - Rewrite release process to reflect PR-based workflow - Update binary naming examples to current version (0.6.0) - Add note about missing CHANGELOG.md file - Document cosign signing and validation workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Fix CI failures caused by outdated Cargo.lock file after version bump. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Prevents CI failures caused by Cargo.lock being out of sync with Cargo.toml. When Cargo.toml is modified (e.g., version bump), the hook automatically regenerates Cargo.lock and stages it, ensuring --locked flag succeeds in CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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
Bump version from 0.5.0 to 0.6.0 for minor release.
This release includes:
🤖 Generated with Claude Code