Skip to content

Commit 84270db

Browse files
alexeaglegregmagolan
authored andcommitted
fix: release missing bazel artifacts
1 parent 7dae2cf commit 84270db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/download-artifact@v4
1717
with:
1818
merge-multiple: true
19-
- run: shasum -a 256 aspect* > SHA256.txt
19+
- run: shasum -a 256 aspect* bazel-* > SHA256.txt
2020
- name: Prepare workspace snippet
2121
run: .github/workflows/install_snippet.sh > release_notes.txt
2222
- name: Create GitHub draft release and upload artifacts
@@ -27,4 +27,5 @@ jobs:
2727
body_path: release_notes.txt
2828
files: |
2929
aspect*
30+
bazel-*
3031
SHA256.txt

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ After this, you should be able to merge your changes without any conflicts in th
4444

4545
## Releasing
4646

47-
1. At the commit to release from, run `./workspace_status.sh | grep STABLE_ASPECT_CLI_BAZELISK_COMPAT_VERSION`
47+
1. Sync your local `main` branch to the commit to release from.
48+
Run `node ./tools/workspace_status.js | grep STABLE_ASPECT_CLI_BAZELISK_COMPAT_VERSION`
4849
to determine the current release version. This version follows our monorepo versioning scheme minus
4950
the hash so that it is compatible with Bazelisk. See comment in `workspace_status.sh` for more info.
5051

0 commit comments

Comments
 (0)