Thanks for your interest in contributing! This plugin helps automate release workflows for Claude Code users.
- Bug reports - Found something broken? Open an issue
- Feature requests - Ideas for new project types or commands
- Documentation - Improvements to README or command docs
- Code - Bug fixes or new features
-
Clone the repo:
git clone https://github.com/scarrillo/release.git cd release -
Test locally with Claude Code:
/plugin install ./
-
Commands are in
commands/*.md- edit and test interactively
- Fork the repo and create a branch
- Make your changes
- Test with Claude Code locally
- Submit PR with clear description of changes
Want to add support for a new project type (Next.js, Android, etc.)?
-
Update
commands/release.md:- Add detection logic in "Detect Project Type" section
- Add version reading instructions
- Add version update instructions
- Add project-specific notes
-
Update
README.md:- Add to "Supported Project Types" table
-
Test the full release flow with a sample project
- Commands use Markdown with clear section headers
- Keep instructions concise and actionable
- Follow existing patterns in command files
Open an issue or reach out at release@shawn.co