Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion CHANGELOG.md

This file was deleted.

3 changes: 3 additions & 0 deletions CHANGELOG/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

Release changelogs are organized by release cycle and will be created and updated during the automated release process (see https://github.com/camaraproject/ReleaseManagement/tree/main/documentation).
5 changes: 0 additions & 5 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,3 @@
# Owners of the CODEOWNER and Maintainer.md files are the admins of CAMARA (to allow them to keep the teams within the CAMARA organization in sync in case of changes)
/CODEOWNERS @camaraproject/admins
/MAINTAINERS.MD @camaraproject/admins

# The following lines ensure that the release-management_reviewers team will automatically added as reviewers
# if a pull requests is changing the CHANGELOG file (aka "release PR") and that such PRs can only be merged with an approval from a team member.
/CHANGELOG.MD @camaraproject/release-management_reviewers
/CHANGELOG.md @camaraproject/release-management_reviewers
39 changes: 39 additions & 0 deletions release-plan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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: independent

# Uncomment and set when planning a meta-release participation:
# meta_release: Sync26

# Release tag -- first release for a repository is r1.1
# - New release cycle (increment first number, reset second to 1)
# - Progression in same cycle (increment second number)
target_release_tag: r1.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

# Dependencies on Commonalities and ICM releases
# Update per ReleaseManagement requirements for each release cycle
dependencies:
commonalities_release: r4.1
identity_consent_management_release: r4.1

# APIs in this repository
# Replace the placeholder below when planning a release:
# - api_name: kebab-case identifier (used as filename in code/API_definitions/)
# - target_api_status: draft | alpha | rc | public (draft allows no file yet)
apis:
- api_name: placeholder-entry
target_api_version: 0.1.0
target_api_status: draft
main_contacts:
Loading