From f2c2e1fa54ba01f4e4e6d311d97c30ea5e10ef52 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 4 Mar 2019 14:18:40 +0100 Subject: [PATCH] Document snapshot releases (#26437) --- RELEASING.md | 7 +++++++ 1 file changed, 7 insertions(+) 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`