Skip to content

2025.49.2

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Dec 19:08
· 1 commit to main since this release
c3e4d38

Install Aspect CLI (Legacy)

See full install instructions in README.md.

Bazelisk (MacOS / Linux)

Configure bazelisk to use the Aspect CLI for all developers in a repository
by adding the following to .bazeliskrc in the repository root:

BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli-legacy/releases/download
USE_BAZEL_VERSION=aspect/2025.49.2

Note

This approach doesn't provide the aspect init command, which has to run outside a Bazel workspace.

The underlying version of Bazel can be configured in your .bazelversion file or the BAZEL_VERSION environment variable.

Homebrew (MacOS)

To install the Aspect CLI on MacOS, you can run

brew install aspect-build/aspect/aspect-legacy

This installs the aspect command and also links it to bazel, just like the bazelisk installer does.

What's Changed

  • feat: support run|build|test--watch source changes during build by @jbedard in #276
  • chore: upgrade aspect-gazelle to b53abc0af39f by @jbedard in #277

Full Changelog: 2025.48.2...2025.49.2