From dc2b53d45d132ad7f7d2c116d15d735ab45a9eeb Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:41:16 +0000 Subject: [PATCH] [bulk] Update release-automation + validation callers --- .github/workflows/camara-validation.yml | 2 +- .github/workflows/release-automation.yml | 2 +- CHANGELOG.md | 3 +++ CHANGELOG/README.md | 6 ++++++ 4 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG/README.md diff --git a/.github/workflows/camara-validation.yml b/.github/workflows/camara-validation.yml index bf42ec6..12c47bd 100644 --- a/.github/workflows/camara-validation.yml +++ b/.github/workflows/camara-validation.yml @@ -31,5 +31,5 @@ permissions: jobs: validation: - uses: camaraproject/tooling/.github/workflows/validation.yml@validation-framework + uses: camaraproject/tooling/.github/workflows/validation.yml@v1-rc secrets: inherit diff --git a/.github/workflows/release-automation.yml b/.github/workflows/release-automation.yml index 3ab928d..0fd6031 100644 --- a/.github/workflows/release-automation.yml +++ b/.github/workflows/release-automation.yml @@ -89,5 +89,5 @@ jobs: github.event.pull_request.merged == true && startsWith(github.event.pull_request.base.ref, 'release-snapshot/')) - uses: camaraproject/tooling/.github/workflows/release-automation-reusable.yml@validation-framework + uses: camaraproject/tooling/.github/workflows/release-automation-reusable.yml@v1-rc secrets: inherit diff --git a/CHANGELOG.md b/CHANGELOG.md index d50cd08..a8defb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +> Starting with release automation, new release changelogs are maintained +> in the [CHANGELOG/](CHANGELOG/) directory with per-cycle files. + # Changelog Simple Edge Discovery NOTE: diff --git a/CHANGELOG/README.md b/CHANGELOG/README.md new file mode 100644 index 0000000..86c298f --- /dev/null +++ b/CHANGELOG/README.md @@ -0,0 +1,6 @@ +# Changelog + +Release changelogs are organized by release cycle. + +For historical release notes predating the automated release process, +see [CHANGELOG.md](../CHANGELOG.md) in the repository root.