Skip to content

Commit

Permalink
Sign release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Jan 12, 2020
1 parent caf4cc9 commit f1beea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ val iteratee = project

lazy val publishSettings = Seq(
releaseCrossBuild := true,
releaseVcsSign := true,
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
homepage := Some(url("https://github.com/circe/circe-iteratee")),
licenses := Seq("Apache 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
Expand Down

0 comments on commit f1beea9

Please sign in to comment.