From fcfb1d4d374754e70fb495b430354a4a7d1258ff Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Mon, 12 Aug 2024 18:39:10 +0200 Subject: [PATCH] docs: improve release-process.md --- docs/release-process.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/release-process.md b/docs/release-process.md index 8b1df4e054..6d17d9cd6d 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -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