From 183c46dd8df25478cc1299243fa86bd47c9d455e Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 7 May 2019 14:17:38 +0530 Subject: [PATCH] Add some more details to release process. Signed-off-by: Humble Chirammal --- docs/releases.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index ad629b227..d22bd6c65 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -58,14 +58,17 @@ of each release: - Raise an issue and assign to themselves. -[new issue in this repository](https://github.com/Ceph/Ceph-csi-driver/issues/new) +[new issue in this repository](https://github.com/ceph/ceph-csi/issues/new) This issue is used to track the progress of the release with maximum visibility. - Paste the release checklist into the issue. This is useful for tracking so that the stage of the release is visible - to all interested parties. + to all interested parties. This checklist could be a list of issues/PRs + tracked for a release. The issues/PRs will be labelled with release tag. + For example, a label called `1.0.0` ( for release version 1.0.0) can be + attached to issues and PRs for better tracking release items. - Once all steps are complete, close the issue.