Skip to content
Draft
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
4 changes: 2 additions & 2 deletions release-plan.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CAMARA Release Plan

Check failure on line 1 in release-plan.yaml

View workflow job for this annotation

GitHub Actions / validation / Validate

Declared dependency tag not found upstream

[P-023] Declared commonalities_release tag 'r4.4' does not exist in camaraproject/Commonalities. Verify the tag name or publish it before advancing the dependency.
# This file declares release intentions for this repository.
# It replaces manual wiki tracking with automated tooling.
#
Expand All @@ -16,7 +16,7 @@
# 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: r2.1
target_release_tag: r2.2

# Release type being prepared (must be set before release can be triggered)
# Options: none | pre-release-alpha | pre-release-rc | public-release | maintenance-release
Expand All @@ -25,7 +25,7 @@
# Dependencies on Commonalities and ICM releases
# Update per ReleaseManagement requirements for each release cycle
dependencies:
commonalities_release: r4.3
commonalities_release: r4.4
identity_consent_management_release: r4.2

# APIs in this repository
Expand Down
Loading