release
SolidWorktrunk release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to crates.io and GitHub.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- max-sixty
- Repository
- max-sixty/worktrunk
- Created
- 10 months ago
- Last Updated
- today
- Language
- Rust
- License
- NOASSERTION
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
release
Release a validated Open Harness commit by pushing it to main or master, then monitor the automatic SemVer/GHCR/GitHub Release workflow. TRIGGER when: asked to release, version, ship, cut a release, or verify release artifacts.
release
Cut a release. Derives the version bump from the commits since the last tag, lands the VERSION bump into dev as a PR, promotes dev to main as a second PR, then tags the merge commit and verifies what actually shipped. Use this when the user wants to publish a version, cut a release, or ship what is on dev. Triggers for `/release`, `/release patch|minor|major`, `/release 0.3.0`, `/release --dry-run`.
release
Cut a manual prerelease for jenkins-cli-ts: bump package version (unless the user specifies one), tag vX.Y.Z, push to trigger .github/workflows/release.yml, then write GitHub release notes in the project's cumulative prerelease style. Use when the user asks to release, ship, cut a version, publish a prerelease, bump and tag, or runs /release.