Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tellnobody1 committed Sep 15, 2024
1 parent 8069514 commit 8b7505f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,3 @@ val car2: Car = decode[Car](bytes)
```

More examples in [testing.scala](src/test/scala/testing.scala)

## Publishing

```
sbt +publishSigned
open https://oss.sonatype.org/#stagingRepositories
```
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ ThisBuild / developers := List(Developer("Z", "D", "zerodeps.org@gmail.com", url
ThisBuild / licenses += ("MIT", url("http://opensource.org/licenses/MIT"))
ThisBuild / version := zero.git.version()
ThisBuild / versionScheme := Some("pvp")
ThisBuild / publishTo := Some(Opts.resolver.sonatypeStaging)
ThisBuild / publishTo := sonatypePublishToBundle.value
ThisBuild / credentials += Credentials("GnuPG Key ID", "gpg", "F68F0EADDB81EF533C4E8E3228C90422E5A0DB21", "ignored")
ThisBuild / isSnapshot := true

Expand Down

0 comments on commit 8b7505f

Please sign in to comment.