File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,14 @@ Create ~/.sbt/0.13/sonatype.sbt (for SBT 0.12: ~/.sbt/sonatype.sbt) file:
8787
8888Then:
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
98100Update related projects
You can’t perform that action at this time.
0 commit comments