File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,14 @@ Note: The `.env` file needs to be kept out of the git repository (it is `.gitign
113113
114114See [ Using Sonatype] ( https://www.scala-sbt.org/1.x/docs/Using-Sonatype.html ) in the SBT documentation.
115115
116- Steps to release SNAPSHOT version (not preferred):
117- 1 . ` sbt publishSigned `
118- 2 . ` sbt sonaUpload `
119- 3 . Go to https://central.sonatype.com/publishing/deployments and publish the deployment.
120- * or run ` sbt sonaRelease ` to publish the deployment automatically
116+ ### SNAPSHOT versions
117+ Steps to release SNAPSHOT version:
118+ 1 . Make sure HEAD is not directly pointing to a tag
119+ 2 . ` sbt publishSigned `
120+ 3 . make note of the SNAPSHOT version that is used (Sonatype does not allow searching/browsing for SNAPSHOT versions)
121121
122- Steps to release (preferred):
122+ ### Production versions
123+ Steps to release production version:
1231241 . Tag the current commit with the new version number, e.g. ` git tag v0.5.0 `
1241252 . ` sbt publishSigned `
1251263 . ` sbt sonaUpload `
You can’t perform that action at this time.
0 commit comments