From 6cdcdda2b29c26e833ab0e49c2820db4fc7c8404 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Sun, 18 Aug 2024 16:44:29 +0000 Subject: [PATCH] mention user tokens in release instructions Signed-off-by: Matthias Rampke --- RELEASING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 1d4c9bbe..e10e5512 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -19,6 +19,7 @@ Verify that you can log into [OSSRH](https://oss.sonatype.org/). The CloudWatch Exporter is at [io.prometheus.cloudwatch](https://oss.sonatype.org/#nexus-search;quick~io.prometheus.cloudwatch). Set up [Maven publishing](https://central.sonatype.org/publish/publish-maven/), specifically the `` block in `~/.m2/settings.xml`. +Fetch your user token according to [these instructions](https://central.sonatype.org/publish/generate-token/). A minimal config: ```xml @@ -30,8 +31,9 @@ A minimal config: ossrh - jira-user - jira-password + + token-user + token-password