release-process
Installation
SKILL.md
Release Process
This skill captures the procedural steps for shipping a playwright-rust release. For deeper automation (full pre-flight checks, mutation testing, CHANGELOG validation), use the release-preparation sub-agent. This skill exists for in-context reference when you're walking through a release manually or guiding the user.
Workspace layout — three independently-versioned crates
Three publishable crates, each with its own CHANGELOG and tag prefix:
| Crate | Path | CHANGELOG | Tag prefix |
|---|---|---|---|
playwright-rs |
crates/playwright/ |
crates/playwright/CHANGELOG.md |
vX.Y.Z |
playwright-rs-macros |
crates/playwright-rs-macros/ |
crates/playwright-rs-macros/CHANGELOG.md |
macros-vX.Y.Z |
playwright-rs-trace |
crates/playwright-rs-trace/ |
crates/playwright-rs-trace/CHANGELOG.md |
trace-vX.Y.Z |