diff --git a/RELEASING.md b/RELEASING.md index 6c52106f41..8fa66457c1 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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`