docs: improve release-process.md

This commit is contained in:
Sven Anderson 2024-08-12 18:39:10 +02:00 committed by mergify[bot]
parent db214dbc97
commit fcfb1d4d37
1 changed files with 5 additions and 1 deletions

View File

@ -8,10 +8,14 @@ Today, the release process includes the following stages:
### Pre-release
- [ ] Complete any API stability updates
- [ ] if issue "APIs pending stability updates" exists:
- [ ] remove `ceph_preview` constraints from related files
- [ ] run `make api-promote`
- [ ] run `make api-fix-versions` for new APIs
- [ ] Check milestone for any incomplete issues
- [ ] Update the releases table in the README
### Release Tasks
- [ ] Update the releases table in the README
- [ ] Tag the code
- [ ] Create release notes
- [ ] Finalize the release on GitHub