Skip to content

Commit

Permalink
Make Static Code Checks Etc fail if the ./changelog folder is out…
Browse files Browse the repository at this point in the history
…-of-date (#14003)
  • Loading branch information
frouioui committed Sep 16, 2023
1 parent b4854ba commit 794b912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static_checks_etc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -218,3 +219,4 @@ jobs:
echo 'Running `go run ./go/tools/releases/releases.go` on CI yields the following changes:'
echo "$output"
echo ""
exit 1
1 change: 1 addition & 0 deletions changelog/18.0/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
## v18.0
* **[18.0.0](18.0.0)**

0 comments on commit 794b912

Please sign in to comment.