From cda61e716f58ce46bc2e3967850959e15a89a1a3 Mon Sep 17 00:00:00 2001 From: Suzanne Millstein Date: Mon, 24 Jun 2024 11:45:29 -0700 Subject: [PATCH] Update release instructions --- docs/developer/release/README-release-process.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/developer/release/README-release-process.html b/docs/developer/release/README-release-process.html index 00ede4aa539..ecdd4f4ebf2 100644 --- a/docs/developer/release/README-release-process.html +++ b/docs/developer/release/README-release-process.html @@ -276,8 +276,8 @@

Snapshot release

To release the Maven artifacts to the Maven Central snapshot repository:

  1. - Ensure that ~/.gradle/gradle.properties includes your SONATYPE_NEXUS_USERNAME - and SONATYPE_NEXUS_PASSWORD. + Ensure that ~/.gradle/gradle.properties includes your user token in SONATYPE_NEXUS_USERNAME + and your user token key in SONATYPE_NEXUS_PASSWORD.
  2. Ensure that the version number in checker-framework/build.gradle (in allprojects { version ... }) ends in -SNAPSHOT. @@ -375,13 +375,13 @@

    Pre-release Checklist

    4. - Add your account information to gradle/build.properties in your home directory.
    + Add your user token information to gradle/build.properties in your home directory.
    + Follow the instructions to generate a user token. Create a ~/.gradle/gradle.properties file with the following:
    -SONATYPE_NEXUS_USERNAME=your_user_name
    -SONATYPE_NEXUS_PASSWORD=your_password
    - using the information you just created for your Sonatype Account on tern or other - network host. Since the file contains your password, make it non-readable: chmod og-rw ~/.gradle/gradle.properties +SONATYPE_NEXUS_USERNAME=your_tokenuser +SONATYPE_NEXUS_PASSWORD=your_tokenkey + Since the file contains your password, make it non-readable: chmod og-rw ~/.gradle/gradle.properties