Skip to content

Commit

Permalink
add link to sbt-pgp in publish instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Sep 18, 2019
1 parent 2cce683 commit c9ae31b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ After this you should have this these files `~/.sbt/gpg`:

```
$ cat ~/.sbt/1.0/plugins/gpg.sbt
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
$ cat ~/.sbt/sonatype_credential
realm=Sonatype Nexus Repository Manager
Expand All @@ -62,8 +62,9 @@ openpgp-revocs.d pubring.asc trustdb.gpg
```

Here is some more info on (unnecessary) config that was **NOT** used:
* https://www.scala-sbt.org/sbt-pgp/usage.html
* See more info here:
- https://github.com/sbt/sbt-pgp#configuration-signing-key
- https://www.scala-sbt.org/sbt-pgp/usage.html

## How to publish

Expand Down

0 comments on commit c9ae31b

Please sign in to comment.