Skip to content

Commit

Permalink
MINOR: tweak arrow release instructions (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Sep 20, 2022
1 parent 9599178 commit 5b601b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,12 @@ git checkout -b make-release
# manully edit ./dev/release/update_change_log.sh to reflect the release version
# create the changelog
CHANGELOG_GITHUB_TOKEN=<TOKEN> ./dev/release/update_change_log.sh
# run automated script to copy labels to issues based on referenced PRs
python dev/release/label_issues.py
# review change log / edit issues and labels if needed, rerun
git commit -a -m 'Create changelog'


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

```shell
(cd arrow-buffer && cargo publish)
(cd arrow && cargo publish)
(cd arrow-flight && cargo publish)
(cd parquet && cargo publish)
Expand Down

0 comments on commit 5b601b3

Please sign in to comment.