Skip to content

Commit

Permalink
Fix formatting on the index.md (Release procedure & policies section)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 601177203
Change-Id: I65226f6414b747225ea1b09a81edcb2310380c00
  • Loading branch information
Googler authored and copybara-github committed Jan 24, 2024
1 parent ad8ea5a commit 62379f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions site/en/release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ For LTS releases, the procedure and policies below are followed:
commits are cherry-picked and merged to the release branch.
For a visual example of a completed cherry-pick request,
refer to this
[example](https://github.com/bazelbuild/bazel/issues/20230)
{: .external}.
[example](https://github.com/bazelbuild/bazel/issues/20230){: .external}
.

1. Identify release blockers and fix issues found on the release branch.
* The release branch is tested with the same test suite in
Expand Down
20 changes: 10 additions & 10 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -93,35 +93,35 @@ java_library(
distrib_java_import(
name = "asm",
enable_distributions = ["debian"],
jars = ["asm/asm-9.6.jar"],
srcjar = "asm/asm-9.6-sources.jar",
jars = ["asm/asm-9.4.jar"],
srcjar = "asm/asm-9.4-sources.jar",
)

java_import(
name = "asm-analysis",
jars = ["asm/asm-analysis-9.6.jar"],
srcjar = "asm/asm-analysis-9.6-sources.jar",
jars = ["asm/asm-analysis-9.4.jar"],
srcjar = "asm/asm-analysis-9.4-sources.jar",
runtime_deps = [":asm-tree"],
)

java_import(
name = "asm-commons",
jars = ["asm/asm-commons-9.6.jar"],
srcjar = "asm/asm-commons-9.6-sources.jar",
jars = ["asm/asm-commons-9.4.jar"],
srcjar = "asm/asm-commons-9.4-sources.jar",
runtime_deps = [":asm-tree"],
)

java_import(
name = "asm-tree",
jars = ["asm/asm-tree-9.6.jar"],
srcjar = "asm/asm-tree-9.6-sources.jar",
jars = ["asm/asm-tree-9.4.jar"],
srcjar = "asm/asm-tree-9.4-sources.jar",
runtime_deps = [":asm"],
)

java_import(
name = "asm-util",
jars = ["asm/asm-util-9.6.jar"],
srcjar = "asm/asm-util-9.6-sources.jar",
jars = ["asm/asm-util-9.4.jar"],
srcjar = "asm/asm-util-9.4-sources.jar",
runtime_deps = [":asm-tree"],
)

Expand Down

0 comments on commit 62379f8

Please sign in to comment.