From d72787a691df2582d22d995d104e8ab665a456d9 Mon Sep 17 00:00:00 2001 From: hdamker-bot <175293635+hdamker-bot@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:09:37 +0000 Subject: [PATCH] [bulk] Add release-plan.yaml (2026-02-23-001) --- release-plan.yaml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 release-plan.yaml diff --git a/release-plan.yaml b/release-plan.yaml new file mode 100644 index 0000000..8c7b0e8 --- /dev/null +++ b/release-plan.yaml @@ -0,0 +1,46 @@ +# CAMARA Release Plan +# This file declares release intentions for this repository. +# It replaces manual wiki tracking with automated tooling. +# +# Update this file; CI validates it; releases are generated from this plan. +# Docs: https://github.com/camaraproject/ReleaseManagement/tree/main/documentation + +repository: + # How this repository participates in CAMARA releases + # Options: independent (default) | meta-release + release_track: meta-release + # Meta-release participation (update for next cycle when planning) + meta_release: Fall25 + + # Target CAMARA release tag. + # Initialized to the latest release; update when planning the next release. + # - New release cycle (increment first number, reset second to 1) + # - Progression in same cycle (increment second number) + target_release_tag: r1.3 + + # Release type being prepared (must be set before release can be triggered) + # Options: none | pre-release-alpha | pre-release-rc | public-release | maintenance-release + target_release_type: none + +# Dependencies on Commonalities and ICM releases +# Update per ReleaseManagement requirements for each release cycle +dependencies: + commonalities_release: r3.4 + identity_consent_management_release: r3.3 + +# APIs in this repository +# - api_name: kebab-case identifier (must be filename in code/API_definitions/) +# - target_api_status: draft (no file yet) | alpha | rc | public +apis: + - api_name: device-data-volume-subscriptions + target_api_version: 0.1.0 + target_api_status: public + main_contacts: + - maxl2287 + - sachinvodafone + - api_name: device-data-volume + target_api_version: 0.1.0 + target_api_status: public + main_contacts: + - maxl2287 + - sachinvodafone