http-client-python-bump-and-release Skill
Create a PR to bump TypeSpec/Azure Tools dependencies, update peer dependencies, or release a new version of the http-client-python package. Published by microsoft in typespec.
What is http-client-python-bump-and-release Skill?
Create a PR to bump TypeSpec/Azure Tools dependencies, update peer dependencies, or release a new version of the http-client-python package. Published by microsoft in typespec. 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
- Developers using typespec
Technical details
- Install or run with Copy skill directory
When to use http-client-python-bump-and-release Skill
- Use it for developers using typespec.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/typespec
- Skill file: .github/skills/http-client-python-bump-and-release/SKILL.md
What it does
Create a PR to bump TypeSpec/Azure Tools dependencies, update peer dependencies, or release a new version of the http-client-python package.
Skill instructions
HTTP Client Python Bump and Release Create a PR to bump dependencies and release a new version of the http-client-python package. Note: {REPO} refers to the root folder of the microsoft/typespec repository. Prerequisites Before starting, verify that npm-check-updates is available: bash npx npm-check-updates --version If the command fails or prompts for installation, install it globally: bash npm install -g npm-check-updates Workflow 1. Navigate to the package directory: bash cd {REPO}/packages/http-client-python 2. Reset and sync with main: bash git reset HEAD && git checkout . && git checkout origin/main && git pull origin main 3. Create release branch (use current date in MM-DD format): bash git checkout -b publish/python-release-{MM-DD} 4. Update dependencies: bash npx npm-check-updates -u --filter @typespec/,@azure-tools/ --packageFile package.json 5. Update peerDependencies in package.json: - If format is "=0.a.b <1.0.0": Update only the 0.a.b portion, keep the range format unchan
Explore related resources
Frequently asked questions
What is http-client-python-bump-and-release?
http-client-python-bump-and-release is a open-source AI agent skill with Copy skill directory. Create a PR to bump TypeSpec/Azure Tools dependencies, update peer dependencies, or release a new version of the http-client-python package.
Who is http-client-python-bump-and-release best for?
http-client-python-bump-and-release is best for reusing agent instructions, scripts, and references.
How do I install http-client-python-bump-and-release?
Install or run http-client-python-bump-and-release using Copy skill directory. Check http-client-python-bump-and-release for the latest setup command.
Is http-client-python-bump-and-release actively maintained?
http-client-python-bump-and-release may need a closer maintenance check before production use.
Auto-fetched from GitHub.