Amend release script to update milestones (#30314)

This commit is contained in:
Arnout Engelen 2021-06-11 09:22:14 +02:00 committed by GitHub
parent fa23288bb3
commit 4d6ff8106e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ Release Akka $VERSION$
- [ ] Make sure any running [actions](https://github.com/akka/akka/actions) for the commit you would like to release have completed. - [ ] Make sure any running [actions](https://github.com/akka/akka/actions) for the commit you would like to release have completed.
- [ ] Tag the release `git tag -a -s -m 'Release v$VERSION$' v$VERSION$` and push the tag `git push --tags` - [ ] Tag the release `git tag -a -s -m 'Release v$VERSION$' v$VERSION$` and push the tag `git push --tags`
- [ ] Create a [new milestone](https://github.com/akka/akka/milestones) for the next version and close the current one.
- [ ] Check that the GitHub Actions release build has executed successfully (it should publish artifacts to Sonatype and documentation to Gustav) - [ ] Check that the GitHub Actions release build has executed successfully (it should publish artifacts to Sonatype and documentation to Gustav)
### Check availability ### Check availability