From e8828991f2f2bd45efe7d740d34d184f3cd035cc Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Wed, 7 Dec 2022 15:12:00 +0100 Subject: [PATCH] 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 --- build/docs-build-needed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docs-build-needed.sh b/build/docs-build-needed.sh index 60cb676ea7..36c6a4d2bf 100755 --- a/build/docs-build-needed.sh +++ b/build/docs-build-needed.sh @@ -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/ \ No newline at end of file +git diff --name-only --exit-code $CACHED_COMMIT_REF $COMMIT_REF docs/ Makefile build/ netlify.toml ast/builtins.go capabilities.json version/ CHANGELOG.md