File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,12 @@ git checkout -b make-release
74
74
# manully edit ./dev/release/update_change_log.sh to reflect the release version
75
75
# create the changelog
76
76
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
77
79
# review change log / edit issues and labels if needed, rerun
78
80
git commit -a -m ' Create changelog'
79
81
82
+
80
83
# update versions
81
84
sed -i ' ' -e ' s/14.0.0/23.0.0/g' ` find . -name ' Cargo.toml' -or -name ' *.md' | grep -v CHANGELOG.md`
82
85
git commit -a -m ' Update version'
@@ -228,6 +231,7 @@ following commands
228
231
Rust Arrow Crates:
229
232
230
233
``` shell
234
+ (cd arrow-buffer && cargo publish)
231
235
(cd arrow && cargo publish)
232
236
(cd arrow-flight && cargo publish)
233
237
(cd parquet && cargo publish)
You can’t perform that action at this time.
0 commit comments