Skip to content

Commit a909a4a

Browse files
committed
Set pgp key id
1 parent 235c575 commit a909a4a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For most use cases you should add Scala2PlantUML as a global plugin since your b
3333
Create `~/.sbt/1.0/plugins/scala2PlantUML.sbt` containing:
3434

3535
```text
36-
addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.1.4")
36+
addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.1.5")
3737
```
3838

3939
## CLI
@@ -49,7 +49,7 @@ cs install --channel https://git.io/Jqv1i scala2plantuml
4949
### Usage
5050

5151
```text
52-
Scala2PlantUML version 0.1.4
52+
Scala2PlantUML version 0.1.5
5353
Usage: scala2plantuml [options] symbol
5454
5555
Scala2PlantUML generates PlantUML Class Diagrams from Scala SemanticDB files.

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,11 @@ inThisBuild(
8585
),
8686
githubWorkflowPublishTargetBranches := List(RefPredicate.StartsWith(Ref.Tag("v"))),
8787
githubWorkflowTargetTags ++= Seq("v*"),
88+
pgpSigningKey := Some("0x8DB7DFA142551359!"),
8889
// This needs to be set otherwise the GitHub workflow plugin gets confused about which
8990
// version to use for the publish job.
9091
scalaVersion := scala212,
91-
versionPolicyFirstVersion := Some("0.1.4"),
92+
versionPolicyFirstVersion := Some("0.1.5"),
9293
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
9394
versionScheme := Some("early-semver")
9495
)

0 commit comments

Comments
 (0)