Skip to content

Commit

Permalink
Merge pull request #42 from bazelbuild:update-release.md
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 351128564
Change-Id: I5c6e9720c2ff828fab2e0870dc471387947eb6b3
  • Loading branch information
copybara-github committed Jan 11, 2021
2 parents 46bf607 + a5894a5 commit 5710642
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 9 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This the official list of Bazel authors for copyright purposes.
# This file is distinct from the CONTRIBUTORS files.
# See the latter for an explanation.

# Names should be added to this file as:
# Name or Organization <email address>
# The email address is not required for organizations.

Google Inc.
5 changes: 1 addition & 4 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ an example.
3. Identify and set the following environment variables:

* `COMMIT_HASH` the commit hash where the pipeline was run (see below)
* `JDK_VERSION` the JDK version for which you want to release `java_tools`
* `NEW_VERSION` the new version number you’re trying to release (e.g. `3.1`)
* `RC` the number of the current release candidate

Expand All @@ -28,7 +27,6 @@ an example.
src/create_java_tools_release.sh \
--commit_hash $COMMIT_HASH \
--java_tools_version $NEW_VERSION \
--java_version $JDK_VERSION \
--rc $RC --release false
```
Expand All @@ -42,15 +40,14 @@ The PR triggers the CI presubmit.
6. Trigger a new build on Downstream https://buildkite.com/bazel/bazel-at-head-plus-downstream.
Using `pulls/PRNUMBER/head` for the branch.
Using `pull/PRNUMBER/head` for the branch.
1. If the CI finishes successfully:
- create the release artifacts from the
release candidate:
```
src/create_java_tools_release.sh \
--java_tools_version $NEW_VERSION \
--java_version $JDK_VERSION \
--rc $RC --release true
```
- update the urls of the `http_archive`s in the upgrade PR and send it for
Expand Down

0 comments on commit 5710642

Please sign in to comment.