Skip to content

Commit

Permalink
build: add CHANGELOG.md to website build triggers (open-policy-agent#…
Browse files Browse the repository at this point in the history
…5456)

Before, the commit integrating the 0.46.2 and 0.47.1 patch releases failed to
trigger a website build.

Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus authored Dec 7, 2022
1 parent ee45f3a commit e882899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docs-build-needed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -exo pipefail
# NOTE(sr): we include version because that's what drives releases
# Makefile and netlify.toml capture when the build infrastructure changes
# ast/builtins.go and capabilities.json are driving the builtins_metadata.
git diff --name-only --exit-code $CACHED_COMMIT_REF $COMMIT_REF docs/ Makefile build/ netlify.toml ast/builtins.go capabilities.json version/
git diff --name-only --exit-code $CACHED_COMMIT_REF $COMMIT_REF docs/ Makefile build/ netlify.toml ast/builtins.go capabilities.json version/ CHANGELOG.md

0 comments on commit e882899

Please sign in to comment.