From b6fd419e1e916320b97a07f67c1093ef640b282f Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:59:32 +0000 Subject: [PATCH 1/2] Update README Release Information for r1.1 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f9e578..6df9869 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,16 @@ Test repository for end-to-end validation of the automated release workflow. Con ## Release Information -The repository has no (pre)releases yet, work in progress is within the main branch. +> [!NOTE] +> This repository has only pre-release versions available yet. Pre-releases are for testing and may change before public release. +* The latest pre-release is [r1.1](https://github.com/camaraproject/TestRepo/releases/tag/r1.1) (pre-release), with the following API versions: + * **release-test 0.1.0-alpha.1** + [[YAML]](https://github.com/camaraproject/TestRepo/blob/r1.1/code/API_definitions/release-test.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/TestRepo/r1.1/code/API_definitions/release-test.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/TestRepo/r1.1/code/API_definitions/release-test.yaml) + +* For changes see [CHANGELOG.md](https://github.com/camaraproject/TestRepo/blob/main/CHANGELOG.md) + +_The above section is automatically synchronized by CAMARA project-administration._ ## Contributing From ccb8ae406b38662880e75b3e8d1af86f7e189368 Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:59:33 +0000 Subject: [PATCH 2/2] Add CHANGELOG draft for r1.1 --- CHANGELOG/CHANGELOG-r1.md | 68 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-r1.md diff --git a/CHANGELOG/CHANGELOG-r1.md b/CHANGELOG/CHANGELOG-r1.md new file mode 100644 index 0000000..307cfe7 --- /dev/null +++ b/CHANGELOG/CHANGELOG-r1.md @@ -0,0 +1,68 @@ +# Changelog TestRepo + + +## Table of Contents +- [r1.1](#r11) + + +**Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.** + +The below sections record the changes for each API version in each release as follows: + +* for an alpha release, the delta with respect to the previous release +* for the first release-candidate, all changes since the last public release +* for subsequent release-candidate(s), only the delta to the previous release-candidate +* for a public release, the consolidated changes since the previous public release + +# r1.1 + +## Release Notes + +This pre-release contains the definition and documentation of +* CAMARA Release Test 0.1.0-alpha.1 + +The API definition(s) are based on +* Commonalities r3.4 +* Identity and Consent Management r3.3 + +## CAMARA Release Test 0.1.0-alpha.1 + +**CAMARA Release Test 0.1.0-alpha.1 is ...** + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/TestRepo/r1.1/code/API_definitions/release-test.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/TestRepo/r1.1/code/API_definitions/release-test.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/TestRepo/blob/r1.1/code/API_definitions/release-test.yaml) + +### Added + +* _To be filled during release review_ + +### Changed + +* _To be filled during release review_ + +### Fixed + +* _To be filled during release review_ + +### Removed + +* _To be filled during release review_ + +
+Candidate changes (auto-generated) + +## What's Changed +* [bulk] Add release-plan.yaml (2026-02-18-001) by @hdamker-bot in https://github.com/camaraproject/TestRepo/pull/3 +* [bulk] Sync release automation configuration (2026-02-18-001) by @hdamker-bot in https://github.com/camaraproject/TestRepo/pull/4 +* Provide test API release-test by @hdamker-bot in https://github.com/camaraproject/TestRepo/pull/5 +* Update release-plan.yaml by @hdamker-bot in https://github.com/camaraproject/TestRepo/pull/6 + +## New Contributors +* @hdamker-bot made their first contribution in https://github.com/camaraproject/TestRepo/pull/3 + +**Full Changelog**: https://github.com/camaraproject/TestRepo/commits/r1.1 + +
+