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.