chore(skills): add release-please skill for triggering versioned releases#129
Merged
chore(skills): add release-please skill for triggering versioned releases#129
Conversation
…ases Add a new Claude Code skill that automates the release-please workflow: - Create .claude/skills/release-please/SKILL.md with instructions for triggering a specific version release via Release-As commit trailer - Update CLAUDE.md with Available Skills section documenting the new skill Usage: /release-please <version> (e.g., /release-please 2.3.0) The skill creates a branch, commits with Release-As trailer, and opens a PR that triggers release-please to create a release for that version.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new Claude Code skill that provides automation for triggering release-please workflows with specific versions. The skill allows developers to quickly create release PRs by running a simple command.
Changes:
- Added a new skill file with detailed instructions for the
/release-please <version>command - Updated CLAUDE.md documentation to include an "Available Skills" section
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.claude/skills/release-please/SKILL.md |
New skill file with instructions for triggering versioned releases using release-please |
CLAUDE.md |
Added "Available Skills" section documenting the release-please skill |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Add a new Claude Code skill that automates the release-please workflow for triggering specific version releases.
What Changed
.claude/skills/release-please/SKILL.mdwith instructions for the/release-please <version>commandCLAUDE.mdwith a new "Available Skills" section documenting the skillUsage
This creates a branch with a
Release-As: <version>commit trailer, then opens a PR that triggers release-please to create a release for that version when merged.Summary by cubic
Add a release-please skill to trigger a specific version release using
/release-please <version>(e.g., 2.3.0). It validates semver, creates a trigger branch, makes an empty commit with a Release-As trailer, opens a PR to run release-please, and updates docs (new SKILL.md and CLAUDE.md “Available Skills”).Written for commit cc7caa3. Summary will update on new commits.