Update RELEASE.md
Cover gaps in release instructions. - missed pushing the version bump commit - release notes creation instructions were missing
This commit is contained in:
parent
6db886f078
commit
584b18ad3c
15
RELEASE.md
15
RELEASE.md
@ -79,6 +79,7 @@ official Apache releases must not include the rcN suffix.
|
|||||||
```shell
|
```shell
|
||||||
git add charts/pulsar/Chart.yaml
|
git add charts/pulsar/Chart.yaml
|
||||||
git commit -m "Chart: Bump version to $VERSION_WITHOUT_RC"
|
git commit -m "Chart: Bump version to $VERSION_WITHOUT_RC"
|
||||||
|
git push origin master
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: You will tag this commit, you do not need to open a PR for it.
|
Note: You will tag this commit, you do not need to open a PR for it.
|
||||||
@ -187,6 +188,20 @@ official Apache releases must not include the rcN suffix.
|
|||||||
git push origin tag pulsar-${VERSION_RC}
|
git push origin tag pulsar-${VERSION_RC}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Create release notes for the release candidate in GitHub UI
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# open this URL and create release notes by clicking "Create release from tag"
|
||||||
|
echo https://github.com/apache/pulsar-helm-chart/releases/tag/pulsar-${VERSION_RC}
|
||||||
|
```
|
||||||
|
|
||||||
|
1. Open the above URL in a browser and create release notes by clicking "Create release from tag".
|
||||||
|
2. Find "Previous tag: auto" in the UI above the text box and choose the previous release there.
|
||||||
|
3. Click "Generate release notes".
|
||||||
|
4. Review the generated release notes.
|
||||||
|
5. Select "Set as a pre-release"
|
||||||
|
6. Click "Publish release".
|
||||||
|
|
||||||
## Prepare Vote email on the Apache Pulsar release candidate
|
## Prepare Vote email on the Apache Pulsar release candidate
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user