• Home
  • Raw
  • Download

Lines Matching +full:bazel +full:- +full:2

5 *   `bzl_library.bzl` - used by almost all rule sets, and thus requiring
7 to be moved out of Skylib and and into Bazel's bundled `@bazel_tools` repo
8 (see https://github.com/bazelbuild/bazel-skylib/issues/127).
9 * Test libraries - `rules/analysis_test.bzl`, `rules/build_test.bzl`,
27 backwards-incompatible manner. See the criteria in README.md.
28 2. Given a choice between breaking backwards compatibility and keeping it, try
32 3. Keep Skylib out-of-the-box compatible with the current stable Bazel release
33 (ideally - with two most recent stable releases).
35 `native.foobar()` method which was introduced in the latest Bazel
36 pre-release or is gated behind an `--incompatible` flag, use an `if
45 author to run `bazel run //docs:update`.
49 file under `docs` (generated by `bazel run //docs:update`).
55 --------------------------------------------------------------------------------
62 - Feature
63 - Feature
67 - Change
68 - Change
72 Name 1, Name 2, Name 3 (alphabetically from `git log`)
75 --------------------------------------------------------------------------------
77 2. Bump `version` in version.bzl, MODULE.bazel, *and* gazelle/MODULE.bazel to
80 3. Ensure that the commits for steps 1 and 2 have been merged. All further
81 steps must be performed on a single, known-good git commit.
82 4. `bazel build //distribution`
83 5. Copy the `bazel-skylib-$VERSION.tar.gz` and
84 `bazel-skylib-gazelle-plugin-$VERSION.tar.gz` tarballs to the mirror (you'll
85 need Bazel developer gcloud credentials; assuming you are a Bazel developer,
89 gsutil cp bazel-bin/distribution/bazel-skylib{,-gazelle-plugin}-$VERSION.tar.gz gs://bazel-mirror/g…
90-h "Cache-Control: public, max-age=31536000" gs://bazel-mirror/github.com/bazelbuild/bazel-skylib/…
96 sha256sum bazel-bin/distribution/bazel-skylib-$VERSION.tar.gz
97 sha256sum bazel-bin/distribution/bazel-skylib-gazelle-plugin-$VERSION.tar.gz
101 `bazel-skylib-$VERSION.tar.gz` and
102 `bazel-skylib-gazelle-plugin-$VERSION.tar.gz` to the release. For the
105 --------------------------------------------------------------------------------
116 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-sk…
117 …"https://github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-$VERSION.tar.g…
133 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-sk…
134 …"https://github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-gazelle-plugin
149 See [the source](https://github.com/bazelbuild/bazel-skylib/tree/$VERSION).
151 --------------------------------------------------------------------------------
153 8. Review a PR at [Bazel Central Registry](https://github.com/bazelbuild/bazel-central-registry)
154 created by Publish-to-BCR plugin.
156 Use https://github.com/bazelbuild/bazel-central-registry/pull/403 as the
159 9. Once the Bazel Central Registry PR is merged, insert in the release
162 --------------------------------------------------------------------------------
164 **MODULE.bazel setup**
176 --------------------------------------------------------------------------------