akka-docs/release-train-issue-template.md
Release Akka $VERSION$
<!-- # Release Train Issue Template for Akka (Liberally copied and adopted from Scala itself https://github.com/scala/scala-dev/blob/b11cd2e4a4431de7867db6b39362bea8fa6650e7/notes/releases/template.md) For every release, use the `scripts/create-release-issue.sh` to make a copy of this file named after the release, and expand the variables. Variables to be expanded in this template: - $VERSION$=??? Key links: - akka/akka-core milestone: https://github.com/akka/akka-core/milestone/? -->v$VERSION$, title and release description. Use the Publish release button, which will create the tag.mvn dependency:get -Dartifact=com.typesafe.akka:akka-actor_2.13:$VERSION$gustav.akka.io as akkarepo
current version, run ./update-akka-current-version.sh $VERSION$cd ~/www
git status
git add libraries/akka-core/current libraries/akka-core/$VERSION$
git add api/akka-core/current api/akka-core/$VERSION$
git add japi/akka-core/current japi/akka-core/$VERSION$
git commit -m "Akka core $VERSION$"
cd ~/www
git push origin master
For minor or major releases:
MiMa.latestPatchOf and PR that change (project/MiMa.scala)