mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
build: add CHANGELOG.md to website build triggers (#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 <stephan.renatus@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user