Skip to content

Commit 5b601b3

Browse files
authored
MINOR: tweak arrow release instructions (#2758)
1 parent 9599178 commit 5b601b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/release/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,12 @@ git checkout -b make-release
7474
# manully edit ./dev/release/update_change_log.sh to reflect the release version
7575
# create the changelog
7676
CHANGELOG_GITHUB_TOKEN=<TOKEN> ./dev/release/update_change_log.sh
77+
# run automated script to copy labels to issues based on referenced PRs
78+
python dev/release/label_issues.py
7779
# review change log / edit issues and labels if needed, rerun
7880
git commit -a -m 'Create changelog'
7981

82+
8083
# update versions
8184
sed -i '' -e 's/14.0.0/23.0.0/g' `find . -name 'Cargo.toml' -or -name '*.md' | grep -v CHANGELOG.md`
8285
git commit -a -m 'Update version'
@@ -228,6 +231,7 @@ following commands
228231
Rust Arrow Crates:
229232

230233
```shell
234+
(cd arrow-buffer && cargo publish)
231235
(cd arrow && cargo publish)
232236
(cd arrow-flight && cargo publish)
233237
(cd parquet && cargo publish)

0 commit comments

Comments
 (0)