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