Update version to 0.53.0 and add release notes (#1592)

This commit is contained in:
Andrew Lamb 2024-12-12 09:17:13 -05:00 committed by GitHub
parent a13f8c6b93
commit 5de5312406
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 102 additions and 1 deletions

View file

@ -146,6 +146,12 @@ Move artifacts to the release location in SVN, using the `release-tarball.sh` sc
```shell
./dev/release/release-tarball.sh 0.52.0 1
```
Promote the rc tag to the release tag
```shell
git tag v0.52.0 v0.52.0-rc3
git push apache v0.52.0
```
Congratulations! The release is now official!