Skip to content

Commit 5373ddc

Browse files
committed
Add notes on sbt release command
1 parent 6ea46b1 commit 5373ddc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ Here is a list of sbt commands for daily development:
7979
```
8080
> publishLocal # Install to local .ivy2 repository
8181
> publishM2 # Install to local .m2 Maven repository
82+
> publish # Publishing a snapshot version to the Sonatype repository
83+
84+
> release # Run the release procedure (set a new version, run tests, upload artifacts, then deploy to Sonatype)
85+
86+
# If you need to perform the individual release steps manually, use the following commands:
8287
> publishSigned # Publish GPG signed artifacts to the Sonatype repository
8388
> sonatypeRelease # Publish to the Maven Central (It will be synched within less than 4 hours)
8489
```

0 commit comments

Comments
 (0)