Release
Release orchestrates the full publication pipeline for Rust projects, handling version bumps, changelog updates, and multi-platform validation before pushing to crates.io and GitHub. It includes built-in safeguards for data-loss review and ensures nothing drifts into main during the release window.
Release automates Rust project version bumps, changelog updates, and publication to crates.io and GitHub.
AI-generated summary based on this skill's SKILL.md
Install
max-sixty/worktrunk/release · repository language: Rust
git clone https://github.com/max-sixty/worktrunk
cp -r worktrunk ~/.claude/skills/releasegenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I release my app using Release?
Release orchestrates the full publication pipeline for Rust projects, automating version bumps, changelog updates, and multi-platform validation before pushing to crates.io and GitHub. It includes built-in safeguards for data-loss review and ensures nothing drifts into main during the release window.
What does Release automate in the release process?
Release automates and manages software release workflows by handling version control, generating and publishing release documentation, and streamlining the entire release process. It validates your project across multiple platforms and manages the deployment of new application versions with minimal manual intervention.
How can Release help me deploy a new application version?
Release deploys new versions of applications by automating the build validation, version management, and publication steps. It coordinates multi-platform checks and safely pushes your release to both crates.io and GitHub, with safeguards to prevent data loss and maintain main branch integrity.
Does Release generate release notes automatically?
Release includes release notes generation as part of its documentation publishing workflow. It updates changelogs and generates release documentation automatically, ensuring your release information is current and published alongside your new version.
What safeguards does Release include during deployment?
Release includes built-in safeguards for data-loss review and ensures nothing drifts into main during the release window. It validates your project across multiple platforms before publication, protecting your codebase and maintaining release integrity throughout the deployment pipeline.