Amend release script to update milestones (#30314)
This commit is contained in:
parent
fa23288bb3
commit
4d6ff8106e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue