release-prep Skill
Prepare a release for durabletask and durabletask.azuremanaged. Use when the user asks for release prep, version bumping, changelog updates, or release body drafting. Trigger phrases include: release prep, prepare vX.Y.Z, changelog for release, and draft GitHub release notes. Published by microsoft in durabletask-python.
What is release-prep Skill?
Prepare a release for durabletask and durabletask.azuremanaged. Use when the user asks for release prep, version bumping, changelog updates, or release body drafting. Trigger phrases include: release prep, prepare vX.Y.Z, changelog for release, and draft GitHub release notes. Published by microsoft in durabletask-python. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use release-prep Skill
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/durabletask-python
- Skill file: .github/skills/release-prep/SKILL.md
What it does
Prepare a release for durabletask and durabletask.azuremanaged. Use when the user asks for release prep, version bumping, changelog updates, or release body drafting. Trigger phrases include: release prep, prepare vX.Y.Z, changelog for release, and draft GitHub release notes.
Skill instructions
Release Prep This skill prepares a coordinated release for both packages in this repository: - durabletask - durabletask.azuremanaged The skill accepts a target version (for example 1.4.0) and performs the required changes consistently. Inputs - version: Target semantic version (for example 1.4.0) - Optional: baseTag overrides for comparison if tags are non-standard If version is not provided, ask the user before continuing. Steps 1. Determine source range and collect commits - Root package range: v<previousVersion..HEAD - Azure managed package range: azuremanaged-v<previousVersion..HEAD - Use commit subjects and touched files to classify each change as: - durabletask only - durabletask.azuremanaged only - shared/infra/docs changes 2. Update package versions Update both project versions: - pyproject.toml - version = "<version" - durabletask-azuremanaged/pyproject.toml - version = "<version" Update azuremanaged dependency floors: - durabletask=<version - durabletask[azure-blob-payloads]
Explore related resources
Frequently asked questions
What is release-prep?
release-prep is a open-source AI agent skill with Copy skill directory. Prepare a release for durabletask and durabletask.azuremanaged. Use when the user asks for release prep, version bumping, changelog updates, or release body drafting.
Who is release-prep best for?
release-prep is best for reusing agent instructions, scripts, and references, documentation workflows.
How do I install release-prep?
Install or run release-prep using Copy skill directory. Check release-prep for the latest setup command.
Is release-prep actively maintained?
release-prep may need a closer maintenance check before production use.
Auto-fetched from GitHub.