mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Update version to 0.53.0 and add release notes (#1592)
This commit is contained in:
parent
a13f8c6b93
commit
5de5312406
3 changed files with 102 additions and 1 deletions
|
@ -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!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue