Document snapshot releases (#26437)

This commit is contained in:
Arnout Engelen 2019-03-04 14:18:40 +01:00 committed by GitHub
parent c130a7a609
commit f2c2e1fa54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,13 @@ otherwise git might convert line endings in some cases.
Make sure you have the Lightbend Whitesource credentials configured in
your `~/.sbt/1.0/private-credentials.sbt`.
## Snapshot releases
Nightly snapshot releases are created from master and published to
https://repo.akka.io/snapshots by https://jenkins.akka.io:8498/job/akka-publish-nightly/
To create snapshot versions manually, use `sbt clean stampVersion publish`.
## Release steps
* Check the instructions for `project/scripts/release`