| commit | 784bea9df18b666121ab963998dcfc127d90f3ef | [log] [tgz] |
|---|---|---|
| author | Alex Eagle <alex@aspect.dev> | Tue Mar 11 14:44:19 2025 -0700 |
| committer | Alex Eagle <alex@aspect.dev> | Tue Mar 11 14:45:11 2025 -0700 |
| tree | 62f1524da0b94e028e922cf37ef0c9cced9fa80a | |
| parent | ae702c7dff18e0e1a7aa1ba6757f09af15b24c23 [diff] |
chore: add auto-release Downstreams https://github.com/bazel-contrib/rules-template/pull/129 Addresses https://github.com/bazel-contrib/rules_nodejs/discussions/3821 Also remove the bit about signing the Google CLA, which doesn't apply now that the repo was donated to Linux Foundation.
This ruleset provides a Node.js development toolchain and runtime with Bazel. It does not have any rules for using Node.js, such as nodejs_binary. For that, we recommend rules_js.
This repository is maintained by volunteers in the Bazel community. Neither Google, nor the Bazel team, provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases.
We follow semantic versioning. Patch releases have bugfixes, minor releases have new features. Only major releases (1.x, 2.x) have breaking changes. We support LTS releases of Bazel (starting at 4.x), see SUPPORTED_BAZEL_VERSIONS in our /index.bzl for the list we test against.
This branch is the latest release, 6.x.x It has a greatly reduced scope from previous releases, as most of the code was unmaintained. See the 5.x branch for the prior state of the repo.
Comprehensive documentation for installing and using the rules, including generated API docs: https://bazel-contrib.github.io/rules_nodejs/