From 358a93252cc366eac27875ca5a7d9e300fc6342e Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Fri, 15 Sep 2023 19:39:09 -0400 Subject: [PATCH 1/3] Make Static Code Checks Etc fail if the release folder is out-of-date Signed-off-by: Florent Poinsard --- .github/workflows/static_checks_etc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static_checks_etc.yml b/.github/workflows/static_checks_etc.yml index 5ad5f7ec730..3f18e6582b2 100644 --- a/.github/workflows/static_checks_etc.yml +++ b/.github/workflows/static_checks_etc.yml @@ -218,3 +218,4 @@ jobs: echo 'Running `go run ./go/tools/releases/releases.go` on CI yields the following changes:' echo "$output" echo "" + exit 1 From 080ffd1f99b7a9591b49fce50f00492632fadb73 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Fri, 15 Sep 2023 19:50:32 -0400 Subject: [PATCH 2/3] Do not skip check changelog if we modified the static check workflow Signed-off-by: Florent Poinsard --- .github/workflows/static_checks_etc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static_checks_etc.yml b/.github/workflows/static_checks_etc.yml index 3f18e6582b2..6b708f0aea1 100644 --- a/.github/workflows/static_checks_etc.yml +++ b/.github/workflows/static_checks_etc.yml @@ -102,6 +102,7 @@ jobs: release_notes: - 'changelog/**' - './go/tools/releases/**' + - '.github/workflows/static_checks_etc.yml' - name: Set up Go if: steps.skip-workflow.outputs.skip-workflow == 'false' && (steps.changes.outputs.go_files == 'true' || steps.changes.outputs.parser_changes == 'true' || steps.changes.outputs.proto_changes == 'true') From 02866e5d95ecd0d29e91db44ee95aa711b1f7a16 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Fri, 15 Sep 2023 19:55:08 -0400 Subject: [PATCH 3/3] Update the changelog directory Signed-off-by: Florent Poinsard --- changelog/18.0/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/18.0/README.md b/changelog/18.0/README.md index c12db42b0b6..5b691530084 100644 --- a/changelog/18.0/README.md +++ b/changelog/18.0/README.md @@ -1 +1,2 @@ ## v18.0 +* **[18.0.0](18.0.0)**