Use this skill when the user asks to create a release, cut a release, publish a new version, or perform release-related tasks for the envsense project.
This skill provides comprehensive guidance for the automated release process, including:
- Version bumping in Cargo.toml
- Pre-release verification (tests, formatting, linting)
- Monitoring the automated CI/CD pipeline
- Multi-platform binary builds (Linux x64/ARM64, macOS Universal)
- Cryptographic signing with cosign
- Release verification and troubleshooting
- Schema version considerations
The envsense project uses an automated workflow triggered by version changes on the main branch. This skill walks through the entire process from start to finish.
2025-10-21