chore: add cut-release skill#296
Merged
Merged
Conversation
Co-Authored-By: Sachin Iyer <siyer@detail.dev>
Contributor
Author
Original prompt from Sachin
|
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Sachin Iyer <siyer@detail.dev>
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
Adds a new Claude skill at
.claude/skills/cut-release/SKILL.mdthat documents the step-by-step process for cutting a new CLI release. The skill walks through:Cargo.tomlmainrelease.ymlNo code changes — documentation only.
Review & Testing Checklist for Human
release.ymlworkflow (e.g., tag creation fromCargo.tomlversion,cargo-distbuild, GitHub Release publish)release/vX.Y.Z) and PR title (chore: release vX.Y.Z) align with your team's preferencesNotes
0.2.2) in the skill reflects the current version inCargo.tomlat time of writing; it's used illustratively and will become stale over time.Cargo.lockupdates explicitly, but thecargo checkstep in Step 2 handles that implicitly.Link to Devin session: https://app.devin.ai/sessions/5dccccb0406a40229dc7ff65307af6f6
Requested by: @sachiniyer
Summary by cubic
Adds a new
cut-releaseClaude skill at.claude/skills/cut-release/SKILL.mdthat explains how to cut a Detail CLI release with therelease.ymlautomation. It defaults to a patch version bump and covers updatingCargo.toml, opening arelease/vX.Y.ZPR tomain, and verifying the GitHub Release; no code changes.Written for commit 48ee3ef. Summary will update on new commits. Review in cubic