[bulk] Add release-plan.yaml (2026-02-23-001)#89
Open
hdamker-bot wants to merge 1 commit intomainfrom
Open
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
16 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add release-plan.yaml for automated release tracking
TL;DR: This PR adds
release-plan.yamlfor automated release tracking (replacing manual API Release Tracker pages on wiki).What is this?
The
release-plan.yamlfile declares your release plan for this repository and its APIs. It enables:Pre-populated data
The
release-plan.yamlfile is generated from your current release data and repository settings:target_release_tagis set to r2.2 (detected from your current release)👉 Please review and adjust if API-specific contacts differ from repository-wide codeowners.
What to do next
Option A: Merge as-is (if no release planned yet)
target_release_type: nonemeans "no release currently planned"Option B: Update before merging (if planning your next release now)
target_release_type(e.g.pre-release-alphaorpre-release-rc)target_release_tagfor your next release:target_api_versionfor any APIs being changedmeta_release: Sync26if participating in the meta-releaseAPI status and release type meanings (for later)
target_api_status
draftalpharcpublictarget_release_type
nonepre-release-alphapre-release-rcpublic-releasemaintenance-releaseDocumentation
📖 Release Management Documentation
📖 The release-plan.yaml File
📖 Release Lifecycle
📖 API Versioning