Skip to content

Release v0.6.0#60

Merged
technicalpickles merged 7 commits intomainfrom
release-skill-and-next-version
Oct 21, 2025
Merged

Release v0.6.0#60
technicalpickles merged 7 commits intomainfrom
release-skill-and-next-version

Conversation

@technicalpickles
Copy link
Copy Markdown
Owner

@technicalpickles technicalpickles commented Oct 21, 2025

Summary

Bump version from 0.5.0 to 0.6.0 for minor release.

This release includes:

  • Added Neovim (nvim) IDE detection support
  • Added release skill with comprehensive release process guidance
  • Improved development documentation in CLAUDE.md
  • Added pre-commit hook to auto-update Cargo.lock
  • Cleaned up local settings tracking (no longer track .claude/settings.json)
  • Removed and gitignored dist directory

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings October 21, 2025 15:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

technicalpickles and others added 6 commits October 21, 2025 11:01
- 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>
@technicalpickles technicalpickles merged commit 8540535 into main Oct 21, 2025
10 checks passed
@technicalpickles technicalpickles deleted the release-skill-and-next-version branch October 21, 2025 16:52
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.

2 participants