Skip to content

Commit

Permalink
Updates to releasing steps (akka#29201)
Browse files Browse the repository at this point in the history
* Updates to releasing steps

* remember to push tag
* g8 projects autoselect Akka version

* Apply suggestions from code review

Co-authored-by: Ignasi Marimon-Clos <[email protected]>

Co-authored-by: Patrik Nordwall <[email protected]>
Co-authored-by: Ignasi Marimon-Clos <[email protected]>
  • Loading branch information
3 people authored Jun 9, 2020
1 parent 1651687 commit 5e0a51d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)

0 comments on commit 5e0a51d

Please sign in to comment.