build: add --stamp flag to the release config (#34890)
In a recent upgrade of rules_nodejs an update was made the stamping logic in npm_package. Triggering stamping for npm_package now require the --stamp flag. PR Close #34890
This commit is contained in:
parent
11a4370e15
commit
b5e9264579
1
.bazelrc
1
.bazelrc
|
@ -43,6 +43,7 @@ test --incompatible_strict_action_env
|
|||
# This command assumes node on the path and is a workaround for
|
||||
# https://github.com/bazelbuild/bazel/issues/4802
|
||||
build:release --workspace_status_command="node ./tools/bazel_stamp_vars.js"
|
||||
build:release --stamp
|
||||
|
||||
###############################
|
||||
# Output #
|
||||
|
|
Loading…
Reference in New Issue