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 <ignasi@lightbend.com>

Co-authored-by: Patrik Nordwall <patrik.nordwall@gmail.com>
Co-authored-by: Ignasi Marimon-Clos <ignasi@lightbend.com>
This commit is contained in:
Johan Andrén 2020-06-09 14:03:06 +02:00 committed by GitHub
parent 16516879f6
commit 5e0a51de15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)