You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure all important / big PRs have been merged by now
Check that latest nightly (once we have that) / master still works with depending projects (notably Play + cinnamon)
[ ] Communicate that a release is about to be released in Gitter Akka Dev Channel, so that no new Pull Requests are merged
Preparing release notes in the documentation / announcement
If this is a new minor (not patch) release, rename the 'akka-http-x.x-stable' reporting project in WhiteSource accordingly
Create a PR to add a release notes entry in docs/src/main/paradox/release-notes/. As a helper run scripts/commits-for-release-notes.sh <last-version-tag> which will output a list of commits grouped by submodule, and the closed issues for this milestone. -> docs: release notes for 10.2.0-RC2 #3387
Run a test against the staging repository to make sure the release went well, for example by using https://github.com/akka/akka-http-quickstart-scala.g8 and adding the sonatype staging repo with resolvers += "Staging Repo" at "https://oss.sonatype.org/content/repositories/staging"
- [ ] Add the released version to project/MiMa.scala to the mimaPreviousArtifacts key of all current compatible branches. - [ ] Forward port release notes from old releases to master - [ ] Update Akka HTTP reference in lightbend-platform-docs
Close this issue
The text was updated successfully, but these errors were encountered:
1 day before the release
[ ] Communicate that a release is about to be released in Gitter Akka Dev Channel, so that no new Pull Requests are mergedPreparing release notes in the documentation / announcement
scripts/commits-for-release-notes.sh <last-version-tag>
which will output a list of commits grouped by submodule, and the closed issues for this milestone. -> docs: release notes for 10.2.0-RC2 #3387scripts/authors.scala previousVersion master
-> https://github.com/akka/akka.io/pull/732Cutting the release
v13.3.7
) and push it.resolvers += "Staging Repo" at "https://oss.sonatype.org/content/repositories/staging"
Check availability
When everything is on maven central
gustav.akka.io
asakkarepo
10.1
andcurrent
links onrepo.akka.io
to point to the latest version with (replace the minor appropriately)Announcements
Afterwards
- [ ] Add the released version toproject/MiMa.scala
to themimaPreviousArtifacts
key of all current compatible branches.- [ ] Forward port release notes from old releases to master- [ ] Update Akka HTTP reference in lightbend-platform-docsThe text was updated successfully, but these errors were encountered: