-
Notifications
You must be signed in to change notification settings - Fork 823
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
Update object_store
release documentation
#6565
Conversation
@@ -1,40 +0,0 @@ | |||
#!/bin/bash |
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.
I don't use this script and its presence in the repo and instructions I think is confusing
|
||
1. The "Rust Arrow Crates": `arrow`, `arrow-flight`, `parquet`, and `parquet-derive`. | ||
2. The `object_store` crate. | ||
This file documents the release process for the "Rust Arrow Crates": `arrow`, `arrow-flight`, `parquet`, and `parquet-derive`. |
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.
I removed all references to object_store from this file
@@ -17,4 +17,187 @@ | |||
under the License. | |||
--> | |||
|
|||
See instructions in [`/dev/release/README.md`](../../../dev/release/README.md) | |||
|
|||
# Release Process |
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.
I moved the relevant content for object store here -- it is somewhat redundant with arrow-rs but I think that is ok as it is much clearer (and will be required if/when we move to a new repo)
object_store
release documentation
Thanks @tustvold |
Which issue does this PR close?
Part of #6183 (potentially moving object_store to its own repo)
Rationale for this change
While working on #6263 I figured I would take the time to start preparing for a separte repo too by making a separate release documentation
What changes are included in this PR?
object_store
references fromdev/release/README.md
object_store
specific documentation inobject_store/dev/release/README.md
Are there any user-facing changes?
No, this is likely only applicable to a handful of people