Skip to content

Commit e7353d2

Browse files
committed
Improve dev/README
1 parent 05d2f76 commit e7353d2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

dev/README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,14 @@ Create ~/.sbt/0.13/sonatype.sbt (for SBT 0.12: ~/.sbt/sonatype.sbt) file:
8787

8888
Then:
8989

90-
1. Copy content of
91-
dev/build.sbt.end to the end of build.sbt
90+
1. Temporarily remove ``-SNAPSHOT`` from the version in build.sbt.
91+
Also comment out ``publishArtifact in (Compile, packageDoc) := false`` in build.sbt.
92+
2. Copy
93+
dev/build.sbt.end to the end of build.sbt, and
9294
dev/plugins.sbt.end to the end of project/plugins.sbt
93-
2. Run ``sbt publish-signed``. Alternatively you can run ``sbt`` then from SBT
95+
3. Run ``sbt publish-signed``. Alternatively you can run ``sbt`` then from SBT
9496
command prompt run ``+ publish-signed``.
95-
3. Login at https://oss.sonatype.org/ and from "Staging Repositories" select the
97+
4. Login at https://oss.sonatype.org/ and from "Staging Repositories" select the
9698
newly published item, click "Close" then "Release".
9799

98100
Update related projects

0 commit comments

Comments
 (0)