From 4eb3df84a8923dfe00c718fb9d954c44f5c91809 Mon Sep 17 00:00:00 2001 From: Quentin Nambot Date: Thu, 25 Aug 2022 16:49:20 +0200 Subject: [PATCH] doc: update readme (#4) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index baa46dd..eaae264 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ password= ```scala credentials += Credentials(Path.userHome / ".sbt" / "sonatype_credentials") ``` + * (If necessary): Create a [GPG key pair](https://central.sonatype.org/publish/requirements/gpg/) * Finally run the command `sbt publishSigned` to publish a new release or snapshot ### Contributors