File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : independent
12+
13+ # Uncomment and set when planning a meta-release participation:
14+ # meta_release: Sync26
15+
16+ # Release tag -- first release for a repository is r1.1
17+ # - New release cycle (increment first number, reset second to 1)
18+ # - Progression in same cycle (increment second number)
19+ target_release_tag : r1.1
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+ # Replace the placeholder below when planning a release:
33+ # - api_name: kebab-case identifier (used as filename in code/API_definitions/)
34+ # - target_api_status: draft | alpha | rc | public (draft allows no file yet)
35+ apis :
You can’t perform that action at this time.
0 commit comments