General
release-process - Claude MCP Skill
Release Process
SEO Guide: Enhance your AI agent with the release-process tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to release process... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Release Process ## Creating a New Release 1. **Update pyproject.toml version:** - Update the `version = "0.1.1"` field to match the new release 2. **Commit version changes:** ```bash git add pyproject.toml git commit -m "Bump version to 0.X.Y" ``` 3. **Create and push the git tag:** ```bash git tag v0.X.Y git push origin v0.X.Y git push origin main ``` 4. **GitHub Actions will automatically:** - Run tests - Generate `cicada/_version_hash.py` with the current tag and commit - Build the package - Publish to PyPI 5. **Test the installation:** ```bash uv tool install cicada-mcp cicada --version # Should show version and commit hash ``` ## Version Management - Version number is stored in `pyproject.toml` - Git tag and commit hash are stored in `cicada/_version_hash.py` (auto-generated, not committed) - `cicada --version` or `cicada -v` displays version, tag, and commit hash - Version format: `cicada 0.2.0 (v0.2.0-rc0/5ea1134)` - tag/hash format allows tracking RC releases - **For PyPI installs:** Shows the version, tag, and hash from when the package was built by CI/CD - **For local development:** The file is generated by `make pre-commit` and falls back to `git describe --tags` and `git rev-parse HEAD` if missing - The file is in `.gitignore` to avoid merge conflicts while still being included in PyPI releases
Signals
Information
- Repository
- wende/cicada
- Author
- wende
- Last Sync
- 1/20/2026
- Repo Updated
- 1/17/2026
- Created
- 1/18/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
README
Cal.com Agent Documentation Index
sparc
Execute SPARC methodology workflows with Claude-Flow
phoenix-evals
Build and run evaluators for AI/LLM applications using Phoenix.
playwright-skill
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
Related Guides
Mastering Python Development with Claude: A Complete Guide to the Python Skill
Learn how to use the python Claude skill. Complete guide with installation instructions and examples.
Flutter App Expert: Your AI-Powered Guide to Building Better Flutter Applications
Learn how to use the flutter app expert Claude skill. Complete guide with installation instructions and examples.
Go Backend Scalability: A Comprehensive Guide to the Claude Skill for High-Performance Systems
Learn how to use the go backend scalability Claude skill. Complete guide with installation instructions and examples.