Update CHANGELOG.md for 0.52.0 release, add scripts/ instructions for ASF releases#1479
Merged
Merged
Conversation
0.52.0 release0.52.0 release, update instructions for ASF releases
4 tasks
bb80c78 to
1f904b1
Compare
Merged
0.52.0 release, update instructions for ASF releases0.52.0 release, add scripts/ instructions for ASF releases
a36bef8 to
e9e1e63
Compare
Tweak release script
e9e1e63 to
a4aa6e2
Compare
alamb
commented
Nov 6, 2024
| under the License. | ||
| --> | ||
|
|
||
| # sqlparser-rs 0.52.0 Changelog |
Contributor
Author
There was a problem hiding this comment.
This is made with an excellent script originally written by @andygrove for DataFusion ❤️
| --> | ||
|
|
||
|
|
||
| ## Process Overview |
Contributor
Author
There was a problem hiding this comment.
This is liberally based off (aka copy/paste) from https://github.com/apache/datafusion/blob/main/dev/release/README.md
| @@ -1,81 +0,0 @@ | |||
| <!--- | |||
Contributor
Author
There was a problem hiding this comment.
removed old version of release instructions
| version = "0.51.0" | ||
| authors = ["Andy Grove <andygrove73@gmail.com>"] | ||
| homepage = "https://github.com/sqlparser-rs/sqlparser-rs" | ||
| version = "0.52.0" |
Contributor
Author
There was a problem hiding this comment.
Updated to reflect apache author (sorry @andygrove !)
| @@ -0,0 +1,59 @@ | |||
| #!/usr/bin/python | |||
Contributor
Author
There was a problem hiding this comment.
copied from datafusion without modification
| @@ -0,0 +1,152 @@ | |||
| #!/bin/bash | |||
Contributor
Author
There was a problem hiding this comment.
I tested this locally and it seems to work
Contributor
Author
|
Thanks @iffyio -- Let's get this in and give making a release a try! |
Contributor
Author
|
🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #1423
This is the first release that will be officially voted / approved by the Apache voting process and this PR
dev/release/README.mdDraft until:
Following the directions results in this:
You can actually check out a release candidate I made here: