From 0940380ac3832e1a887a8cfc2adffd0cb8468ec8 Mon Sep 17 00:00:00 2001 From: Ivo List Date: Thu, 7 Jan 2021 12:50:22 +0100 Subject: [PATCH 1/2] Add AUTHORS file. Resolves https://github.com/bazelbuild/java_tools/issues/31 --- AUTHORS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..8f95963 --- /dev/null +++ b/AUTHORS @@ -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 +# The email address is not required for organizations. + +Google Inc. From a5894a5138e095915786a0472539b5da0eb9ab70 Mon Sep 17 00:00:00 2001 From: Ivo List Date: Mon, 11 Jan 2021 13:10:13 +0100 Subject: [PATCH 2/2] Remove JAVA_VERSION from release.md JAVA_VERSION is not used in the release anymore --- docs/release.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/release.md b/docs/release.md index ed44457..8dc0c87 100644 --- a/docs/release.md +++ b/docs/release.md @@ -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 @@ -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 ``` @@ -42,7 +40,7 @@ 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 @@ -50,7 +48,6 @@ The PR triggers the CI presubmit. ``` 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