-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Improve release process for next time #10447
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!--- | ||
Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you under the Apache License, Version 2.0 (the | ||
"License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, | ||
software distributed under the License is distributed on an | ||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations | ||
under the License. | ||
--> | ||
|
||
# DataFusion Aggregate Function Library | ||
|
||
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format. | ||
|
||
This crate contains packages of function that can be used to customize the | ||
functionality of DataFusion. | ||
|
||
[df]: https://crates.io/crates/datafusion |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,37 +195,7 @@ The `create-tarball.sh` script | |
|
||
### Vote on Release Candidate artifacts | ||
|
||
Send the email output from the script to [email protected]. The email should look like | ||
|
||
``` | ||
To: [email protected] | ||
Subject: [VOTE] Release Apache DataFusion 38.0.0 RC1 | ||
|
||
Hi, | ||
|
||
I would like to propose a release of Apache DataFusion version 38.0.0. | ||
|
||
This release candidate is based on commit: a5dd428f57e62db20a945e8b1895de91405958c4 [1] | ||
The proposed release artifacts and signatures are hosted at [2]. | ||
The changelog is located at [3]. | ||
|
||
Please download, verify checksums and signatures, run the unit tests, | ||
and vote on the release. | ||
|
||
The vote will be open for at least 72 hours. | ||
|
||
[ ] +1 Release this as Apache DataFusion 38.0.0 | ||
[ ] +0 | ||
[ ] -1 Do not release this as Apache DataFusion 38.0.0 because... | ||
|
||
Here is my vote: | ||
|
||
+1 | ||
|
||
[1]: https://github.com/apache/datafusion/tree/a5dd428f57e62db20a945e8b1895de91405958c4 | ||
[2]: https://dist.apache.org/repos/dist/dev/datafusion/apache-datafusion-38.0.0 | ||
[3]: https://github.com/apache/datafusion/blob/a5dd428f57e62db20a945e8b1895de91405958c4/CHANGELOG.md | ||
``` | ||
Send the email output from the script to [email protected]. | ||
|
||
For the release to become "official" it needs at least three PMC members to vote +1 on it. | ||
|
||
|
@@ -280,22 +250,7 @@ been made to crates.io using the following instructions. | |
Follow [these | ||
instructions](https://doc.rust-lang.org/cargo/reference/publishing.html) to | ||
create an account and login to crates.io before asking to be added as an owner | ||
of the following crates: | ||
|
||
- [datafusion-common](https://crates.io/crates/datafusion-common) | ||
- [datafusion-expr](https://crates.io/crates/datafusion-expr) | ||
- [datafusion-execution](https://crates.io/crates/datafusion-execution) | ||
- [datafusion-physical-expr](https://crates.io/crates/datafusion-physical-expr) | ||
- [datafusion-functions](https://crates.io/crates/datafusion-functions) | ||
- [datafusion-functions-array](https://crates.io/crates/datafusion-functions-array) | ||
- [datafusion-sql](https://crates.io/crates/datafusion-sql) | ||
- [datafusion-optimizer](https://crates.io/crates/datafusion-optimizer) | ||
- [datafusion-common-runtime](https://crates.io/crates/datafusion-common-runtime) | ||
- [datafusion-physical-plan](https://crates.io/crates/datafusion-physical-plan) | ||
- [datafusion](https://crates.io/crates/datafusion) | ||
- [datafusion-proto](https://crates.io/crates/datafusion-proto) | ||
- [datafusion-substrait](https://crates.io/crates/datafusion-substrait) | ||
- [datafusion-cli](https://crates.io/crates/datafusion-cli) | ||
to all of the DataFusion crates. | ||
|
||
Download and unpack the official release tarball | ||
|
||
|
@@ -319,6 +274,8 @@ dot -Tsvg dev/release/crate-deps.dot > dev/release/crate-deps.svg | |
(cd datafusion/common && cargo publish) | ||
(cd datafusion/expr && cargo publish) | ||
(cd datafusion/execution && cargo publish) | ||
(cd datafusion/physical-expr-common && cargo publish) | ||
(cd datafusion/functions-aggregate && cargo publish) | ||
(cd datafusion/physical-expr && cargo publish) | ||
(cd datafusion/functions && cargo publish) | ||
(cd datafusion/functions-array && cargo publish) | ||
|
@@ -394,23 +351,6 @@ The vote has passed with <NUMBER> +1 votes. Thank you to all who helped | |
with the release verification. | ||
``` | ||
|
||
You can include mention crates.io and PyPI version URLs in the email if applicable. | ||
|
||
``` | ||
We have published new versions of DataFusion to crates.io: | ||
|
||
https://crates.io/crates/datafusion/28.0.0 | ||
https://crates.io/crates/datafusion-cli/28.0.0 | ||
https://crates.io/crates/datafusion-common/28.0.0 | ||
https://crates.io/crates/datafusion-expr/28.0.0 | ||
https://crates.io/crates/datafusion-optimizer/28.0.0 | ||
https://crates.io/crates/datafusion-physical-expr/28.0.0 | ||
https://crates.io/crates/datafusion-proto/28.0.0 | ||
https://crates.io/crates/datafusion-sql/28.0.0 | ||
https://crates.io/crates/datafusion-execution/28.0.0 | ||
https://crates.io/crates/datafusion-substrait/28.0.0 | ||
``` | ||
|
||
### Add the release to Apache Reporter | ||
|
||
Add the release to https://reporter.apache.org/addrelease.html?datafusion using the version number e.g. 38.0.0. | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️