Skip to content

Commit a5fc796

Browse files
authored
Document you need to +publishSigned (#166)
1 parent 09c41a5 commit a5fc796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* the next tag version (e.g. `v0.11`)
55
* title and release description including notable changes
66
* link to the [milestone](https://github.com/lightbend/genjavadoc/milestones) showing an overview of closed issues for this release
7-
2. Checkout the newly created tag and publish the release by running `sbt publishSigned`. You will have to have Sonatype OSS repository rights to publish under `com.typesafe` organisation.
7+
2. Checkout the newly created tag and publish the release by running `sbt +publishSigned`. You will have to have Sonatype OSS repository rights to publish under `com.typesafe` organisation.
88
3. Login to [Sonatype](https://oss.sonatype.org/) to close and release the repository.
99

1010
## Back-releasing for a new Scala version

0 commit comments

Comments
 (0)