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
16 changes: 11 additions & 5 deletions CHANGELOG/CHANGELOG-r1.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ The below sections record the changes for each API version in each release as fo
## Release Notes

This pre-release contains the definition and documentation of
* CAMARA Release Test 0.1.0-alpha.1
* Release Test 1.0.0-alpha.1

The API definition(s) are based on
* Commonalities r3.4
* Identity and Consent Management r3.3
* Commonalities r4.1
* Identity and Consent Management r4.1

<!-- BEGIN:AUTOGENERATED:CANDIDATE_CHANGES -->
> **Working area — candidate changes (must be removed before merge)**
Expand All @@ -38,16 +38,19 @@ The API definition(s) are based on
* Update release-plan.yaml by @hdamker-bot in https://github.com/camaraproject/ReleaseTest/pull/5
* Test file mismatch case by @hdamker-bot in https://github.com/camaraproject/ReleaseTest/pull/9
* Update release-plan.yaml by @hdamker-bot in https://github.com/camaraproject/ReleaseTest/pull/11
* Release Automation: Post-release sync (r1.1) by @camara-release-automation[bot] in https://github.com/camaraproject/ReleaseTest/pull/16
* Update release-plan.yaml by @hdamker-bot in https://github.com/camaraproject/ReleaseTest/pull/17
* Update release-test.yaml by @hdamker-bot in https://github.com/camaraproject/ReleaseTest/pull/20

## New Contributors
* @hdamker-bot made their first contribution in https://github.com/camaraproject/ReleaseTest/pull/3

</details>
<!-- END:AUTOGENERATED:CANDIDATE_CHANGES -->

## CAMARA Release Test 0.1.0-alpha.1
## release-test 1.0.0-alpha.1

**CAMARA Release Test 0.1.0-alpha.1 is ...**
**release-test 1.0.0-alpha.1 is the first test pre-release of the Release Test API**

- API definition **with inline documentation**:
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.1/code/API_definitions/release-test.yaml&nocors)
Expand All @@ -72,3 +75,6 @@ The API definition(s) are based on

**Full Changelog**: https://github.com/camaraproject/ReleaseTest/commits/r1.1


**Full Changelog**: https://github.com/camaraproject/ReleaseTest/commits/r1.1

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Test repository for end-to-end validation of the automated release workflow. Con
> 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/ReleaseTest/releases/tag/r1.1) (pre-release), with the following API versions:
* **release-test 0.1.0-alpha.1**
* **release-test 1.0.0-alpha.1**
[[YAML]](https://github.com/camaraproject/ReleaseTest/blob/r1.1/code/API_definitions/release-test.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.1/code/API_definitions/release-test.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.1/code/API_definitions/release-test.yaml)

* For changes see [CHANGELOG](https://github.com/camaraproject/ReleaseTest/tree/main/CHANGELOG)
Expand Down