Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions release-plan.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CAMARA Release Plan
# This file declares release intentions for this repository.
# It replaces manual wiki tracking with automated tooling.
Expand All @@ -10,31 +10,38 @@
# Options: independent (default) | meta-release
release_track: meta-release
# Meta-release participation (update for next cycle when planning)
meta_release: Fall25
meta_release: Spring26

# 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.2
target_release_tag: r2.1

# 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
target_release_type: pre-release-rc

# 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
commonalities_release: r4.1
identity_consent_management_release: r4.1

# 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: network-slice-booking
target_api_version: 0.2.0
target_api_status: rc
main_contacts:
- chinaunicomyangfan
- DanXu-ChinaTelecom
- Kai-hw
- api_name: network-slice-assignment
target_api_version: 0.1.0
target_api_status: public
target_api_status: rc
main_contacts:
- chinaunicomyangfan
- DanXu-ChinaTelecom
Expand Down
Loading