From 5e0a51de15b1345f63e7883553c8472b3b53e068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Tue, 9 Jun 2020 14:03:06 +0200 Subject: [PATCH] Updates to releasing steps (#29201) * Updates to releasing steps * remember to push tag * g8 projects autoselect Akka version * Apply suggestions from code review Co-authored-by: Ignasi Marimon-Clos Co-authored-by: Patrik Nordwall Co-authored-by: Ignasi Marimon-Clos --- RELEASING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 50e3da53fe..9204e2756d 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -89,6 +89,7 @@ It is possible to release a revised documentation to the already existing releas * Log into sonatype, 'close' the staging repo. * Test the artifacts by adding `resolvers += "Staging Repo" at "https://oss.sonatype.org/content/repositories/comtypesafe-xxxx"` to a test project * If all is well, 'release' the staging repo. +* Push the release tag to github ## Announcing @@ -122,11 +123,12 @@ Now wait until all artifacts have been properly propagated. Then: Update the versions used in: * https://github.com/akka/akka-samples +* https://github.com/lightbend/lightbend-platform-docs/blob/master/docs/modules/getting-help/examples/build.sbt (this populates https://developer.lightbend.com/docs/lightbend-platform/introduction/getting-help/build-dependencies.html#_akka) + +These are autoupdated by latest stable on maven central: * https://github.com/akka/akka-quickstart-java.g8 * https://github.com/akka/akka-quickstart-scala.g8 * https://github.com/akka/akka-http-quickstart-java.g8 * https://github.com/akka/akka-http-quickstart-scala.g8 -* https://github.com/akka/akka-distributed-workers-scala.g8 * https://github.com/akka/akka-grpc-quickstart-java.g8 * https://github.com/akka/akka-grpc-quickstart-scala.g8 -* https://github.com/lightbend/lightbend-platform-docs/blob/master/docs/modules/getting-help/examples/build.sbt (this populates https://developer.lightbend.com/docs/lightbend-platform/introduction/getting-help/build-dependencies.html#_akka)