We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cce683 commit c9ae31bCopy full SHA for c9ae31b
PUBLISH.md
@@ -45,7 +45,7 @@ After this you should have this these files `~/.sbt/gpg`:
45
46
```
47
$ cat ~/.sbt/1.0/plugins/gpg.sbt
48
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
49
50
$ cat ~/.sbt/sonatype_credential
51
realm=Sonatype Nexus Repository Manager
@@ -62,8 +62,9 @@ openpgp-revocs.d pubring.asc trustdb.gpg
62
63
64
65
-Here is some more info on (unnecessary) config that was **NOT** used:
66
-* https://www.scala-sbt.org/sbt-pgp/usage.html
+* See more info here:
+ - https://github.com/sbt/sbt-pgp#configuration-signing-key
67
+ - https://www.scala-sbt.org/sbt-pgp/usage.html
68
69
## How to publish
70
0 commit comments