Skip to content

Commit db990ae

Browse files
author
JeanMarc van Leerdam
committed
Update release documentation
1 parent e6d9caa commit db990ae

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,14 @@ Note: The `.env` file needs to be kept out of the git repository (it is `.gitign
113113

114114
See [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:
123124
1. Tag the current commit with the new version number, e.g. `git tag v0.5.0`
124125
2. `sbt publishSigned`
125126
3. `sbt sonaUpload`

0 commit comments

Comments
 (0)