Skip to content

Commit 613918c

Browse files
authored
Merge pull request #256 from Madhan-SWE/release_process
Update release process
2 parents d7f9c84 + c8f0b73 commit 613918c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

RELEASE.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
The IBM PowerVS Block CSI Driver is released on an as-needed basis. The process is as follows:
44

55
1. An issue is proposing a new release with a changelog since the last release
6-
1. All [OWNERS](OWNERS) must LGTM this release
7-
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
8-
1. The release issue is closed
9-
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] ibm-powervs-block-csi-driver $VERSION is released`
6+
2. All [OWNERS](OWNERS) must LGTM this release
7+
3. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
8+
4. The release issue is closed
9+
5. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] ibm-powervs-block-csi-driver $VERSION is released`
10+
6. A new release will be cut when there are new releases in the following packages: `kubernetes, go, go builder, container-storage-interface, side cars`
11+
7. A new patch release will be cut when there are minor package updates
12+
8. A new release will be cut with new features

0 commit comments

Comments
 (0)