aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/packages/BUILD')
-rw-r--r--scripts/packages/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/packages/BUILD b/scripts/packages/BUILD
index f324e3a3e9..2e5202152f 100644
--- a/scripts/packages/BUILD
+++ b/scripts/packages/BUILD
@@ -187,9 +187,11 @@ genrule(
srcs = [
"convert_changelog.py",
"//:changelog-file",
+ "//:bazel-srcs", # Force a rebuild on source change
],
outs = ["changelog"],
- cmd = "python $(location convert_changelog.py) $(location //:changelog-file) $(location changelog)",
+ cmd = "python $(location convert_changelog.py) bazel-out/volatile-status.txt $(location //:changelog-file) $(location changelog)",
+ stamp = 1,
)
genrule(