This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new ba08aa5 Tiny tweaks to release readme (#670)
ba08aa5 is described below
commit ba08aa52ed9a1f4354ef4657f8e37f3f4a5bb136
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Aug 6 07:43:39 2021 -0400
Tiny tweaks to release readme (#670)
---
dev/release/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/release/README.md b/dev/release/README.md
index 4c3f1ef..c18dae8 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -260,7 +260,7 @@ For example, to backport
`b2de5446cc1e45a0559fb39039d0545df1ac0d26` to active_re
```shell
git clone [email protected]:apache/arrow-rs.git /tmp/arrow-rs
-ARROW_GITHUB_API_TOKEN=$ARROW_GITHUB_API_TOKEN CHECKOUT_ROOT=/tmp/arrow-rs
CHERRY_PICK_SHA=b2de5446cc1e45a0559fb39039d0545df1ac0d26 python3
dev/release/cherry-pick-pr.py
+CHERRY_PICK_SHA=b2de5446cc1e45a0559fb39039d0545df1ac0d26
ARROW_GITHUB_API_TOKEN=$ARROW_GITHUB_API_TOKEN CHECKOUT_ROOT=/tmp/arrow-rs
python3 dev/release/cherry-pick-pr.py
```
## Labels
@@ -268,7 +268,7 @@ ARROW_GITHUB_API_TOKEN=$ARROW_GITHUB_API_TOKEN
CHECKOUT_ROOT=/tmp/arrow-rs CHERR
There are two labels that help keep track of backporting:
1. [`cherry-picked`](https://github.com/apache/arrow-rs/labels/cherry-picked)
for PRs that have been cherry-picked/backported to `active_release`
-2.
[`release-cherry-pick`](https://github.com/apache/arrow-rs/labels/release-cherry-pick)
for the PRs that are the cherry pick
+2.
[`release-cherry-pick`](https://github.com/apache/arrow-rs/labels/release-cherry-pick)
for the PRs that are the cherry pick to `active_release`
You can find candidates to cherry pick using [this
filter](https://github.com/apache/arrow-rs/pulls?q=is%3Apr+is%3Aclosed+-label%3Arelease-cherry-pick+-label%3Acherry-picked)