release Skill
Manages releases for multiclouddb-sdk-for-java modules. Validates release readiness, updates POM versions and changelogs, prepares a release branch for a PR against upstream/main, and after merge creates and pushes per-module version tags that trigger the automated release pipeline. Published by microsoft in multiclouddb-sdk-for-java.
What is release Skill?
Manages releases for multiclouddb-sdk-for-java modules. Validates release readiness, updates POM versions and changelogs, prepares a release branch for a PR against upstream/main, and after merge creates and pushes per-module version tags that trigger the automated release pipeline. Published by microsoft in multiclouddb-sdk-for-java. 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 multiclouddb-sdk-for-java
Technical details
- Install or run with Copy skill directory
When to use release Skill
- Use it for developers using multiclouddb-sdk-for-java.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/multiclouddb-sdk-for-java
- Skill file: .github/skills/release/SKILL.md
What it does
Manages releases for multiclouddb-sdk-for-java modules. Validates release readiness, updates POM versions and changelogs, prepares a release branch for a PR against upstream/main, and after merge creates and pushes per-module version tags that trigger the automated release pipeline.
Skill instructions
Release Orchestrates the release of multiclouddb-sdk-for-java modules through a PR-based workflow: prepare a release branch with version bumps and changelog updates, merge via PR, then create tags to trigger the release pipeline. Core scripts are in <THISSKILLDIRECTORY/scripts/ for deterministic behavior. Reference material is in <THISSKILLDIRECTORY/references/release-process.md. Path note: All script paths are relative to this skill directory (this SKILL.md file), not the repository root. Prerequisites - git configured with push access to the fork (origin) and upstream repository - Working directory is the repository root - On the main branch with a clean working tree, up to date with origin/main Workflow Execute these phases in order. Stop and report if any phase fails. Phase 1: List Modules Run the list-modules script to show current state: bash <THISSKILLDIRECTORY/scripts/list-modules.sh Present the output to the user. If the user hasn't specified a module or version, use this info
Explore related resources
Frequently asked questions
What is release?
release is a open-source AI agent skill with Copy skill directory. Manages releases for multiclouddb-sdk-for-java modules. Validates release readiness, updates POM versions and changelogs, prepares a release branch for a PR against upstream/main, and after merge creates and.
Who is release best for?
release is best for reusing agent instructions, scripts, and references.
How do I install release?
Install or run release using Copy skill directory. Check release for the latest setup command.
Is release actively maintained?
release may need a closer maintenance check before production use.
Auto-fetched from GitHub.