Release 1.2.0
patriknw opened this issue · 0 comments
patriknw commented
Release Akka Persistence Cassandra 1.2.0
Cutting the release
- Check that open PRs and issues assigned to the milestone are reasonable
- Update the Change date and version in the LICENSE file
- Create a new milestone for the next version
- Close the 1.2.0 milestone
- Make sure all important PRs have been merged
- Wait until main build finished after merging the latest PR
- Update the draft release with the next tag version
v1.2.0
, title and release description. Use thePublish release
button, which will create the tag. - Check that GitHub Actions release build has executed successfully (GitHub Actions will start a CI build for the new tag and publish artifacts to https://repo.akka.io/maven)
Check availability
- Check API documentation
- Check reference documentation. Check that the reference docs were deployed and show a version warning (see section below on how to fix the version warning).
- Check the release on https://repo.akka.io/maven/com/typesafe/akka/akka-persistence-cassandra_2.13/1.2.0/akka-persistence-cassandra_2.13-1.2.0.pom
When everything is on https://repo.akka.io/maven
- Log into
gustav.akka.io
asakkarepo
- If this updates the
current
version, run./update-akka-persistence-cassandra-current-version.sh 1.2.0
- otherwise check changes and commit the new version to the local git repository
cd ~/www git status git add docs/akka-persistence-cassandra/current docs/akka-persistence-cassandra/1.2.0 git add api/akka-persistence-cassandra/current api/akka-persistence-cassandra/1.2.0 git commit -m "Akka Persistence Cassandra 1.2.0"
- If this updates the
Announcements
For important patch releases, and only if critical issues have been fixed:
- Send a release notification to Lightbend discuss
- Tweet using the @akkateam account (or ask someone to) about the new release
- Announce on Gitter akka/akka
- Announce internally (with links to Tweet, discuss)
For minor or major releases:
- Include noteworthy features and improvements in Akka umbrella release announcement at akka.io. Coordinate with PM and marketing.
Afterwards
- Update version for Lightbend Supported Modules in private project
- Update akka-dependencies bom
- Update Akka Guide samples
- Close this issue