Skip to content

Conversation

lukasoyen
Copy link
Contributor

This flag is not meant to be set in a BUILD.bazel file, but when bazel running the target to write out a JSON file containing which files where uploaded where and had which sha256 sum.

This makes in easy for CI jobs uploading artifacts to access that information without having to dig into the bazel output tree.


Changes are visible to end-users: yes

  • Searched for relevant documentation and updated as needed: yes
  • Breaking change (forces users to change their own code or config): no
  • Suggested release notes appear below: no

Test plan

Manually tested with:

  • bazel run //examples/release_to_s3:release_to_s3 -- --dry_run --output_json $PWD/out.json

Automated testing dependent on #89

This flag is not meant to be set in a `BUILD.bazel` file, but
when `bazel run`ning the target to write out a JSON file containing
which files where uploaded where and had which sha256 sum.

This makes in easy for CI jobs uploading artifacts to access that
information without having to dig into the bazel output tree.
@CLAassistant
Copy link

CLAassistant commented Jul 21, 2025

CLA assistant check
All committers have signed the CLA.

@alexeagle alexeagle merged commit 3e45d99 into aspect-build:main Jul 22, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants