Skip to content

Commit

Permalink
remove sbt-pgp setting in team-rules.md
Browse files Browse the repository at this point in the history
because

- there is `project/sbt-pgp.sbt` in scalikejdbc repo.
- sbt-pgp version 1.0.0 is does not support sbt 1.x

https://github.com/scalikejdbc/scalikejdbc/blob/2ddee94cc509e12c3451f1962d739828235b0d3d/project/sbt-pgp.sbt
  • Loading branch information
xuwei-k committed Jan 19, 2018
1 parent 2ddee94 commit a32a389
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions team-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ If you're already allowed to release ScalikeJDBC libs, use your own Sonatype acc
credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", "xxx", "yyy")
```

- $HOME/.sbt/1.0/plugins/gpg.sbt

```scala
// Use latest version
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
```

#### Operations

The release manager is @seratch. Currently, all the following operations should be done by @seratch.
Expand Down

0 comments on commit a32a389

Please sign in to comment.