Skip to content

Commit aba3bd7

Browse files
Merge pull request #99 from camaraproject/bulk/release-plan-rollout-22305485219
[bulk] Add release-plan.yaml (2026-02-23-001)
2 parents 58e79a5 + 8c3b8c1 commit aba3bd7

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

release-plan.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# CAMARA Release Plan
2+
# This file declares release intentions for this repository.
3+
# It replaces manual wiki tracking with automated tooling.
4+
#
5+
# Update this file; CI validates it; releases are generated from this plan.
6+
# Docs: https://github.com/camaraproject/ReleaseManagement/tree/main/documentation
7+
8+
repository:
9+
# How this repository participates in CAMARA releases
10+
# Options: independent (default) | meta-release
11+
release_track: meta-release
12+
# Meta-release participation (update for next cycle when planning)
13+
meta_release: Fall25
14+
15+
# Target CAMARA release tag.
16+
# Initialized to the latest release; update when planning the next release.
17+
# - New release cycle (increment first number, reset second to 1)
18+
# - Progression in same cycle (increment second number)
19+
target_release_tag: r1.2
20+
21+
# Release type being prepared (must be set before release can be triggered)
22+
# Options: none | pre-release-alpha | pre-release-rc | public-release | maintenance-release
23+
target_release_type: none
24+
25+
# Dependencies on Commonalities and ICM releases
26+
# Update per ReleaseManagement requirements for each release cycle
27+
dependencies:
28+
commonalities_release: r3.4
29+
identity_consent_management_release: r3.3
30+
31+
# APIs in this repository
32+
# - api_name: kebab-case identifier (must be filename in code/API_definitions/)
33+
# - target_api_status: draft (no file yet) | alpha | rc | public
34+
apis:
35+
- api_name: network-slice-booking
36+
target_api_version: 0.1.0
37+
target_api_status: public
38+
main_contacts:
39+
- chinaunicomyangfan
40+
- DanXu-ChinaTelecom
41+
- Kai-hw

0 commit comments

Comments
 (0)