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
2 changes: 1 addition & 1 deletion .github/workflows/camara-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG/README.md
Original file line number Diff line number Diff line change
@@ -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.
Loading