Yes, rebase the current master branch (after pulling latest) on the release branch and force push. Thanks Kou!
On Mon, Oct 8, 2018, 1:05 PM Kouhei Sutou <[email protected]> wrote: > Hi Wes, > > I have one question that isn't documented at "Post-release > tasks". > > https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-Post-releasetasks > > Should I rebase master on "release-0_1_0_rc0" > ("release-0_11_0_rc1" for this case) local branch? > > % git fetch --all --prune > % git checkout master > % git rebase apache/master > % git rebase release-0_11_0_rc1 > % git push --force apache master > > > Thanks, > -- > kou > > In <[email protected]> > "[RESULT][VOTE] Release Apache Arrow 0.11.0 (RC1)" on Mon, 08 Oct 2018 > 19:41:05 +0900 (JST), > Kouhei Sutou <[email protected]> wrote: > > > With 3 binding +1 votes, 1 non-binding +1 and no other > > votes, the vote passes. Thanks all! > > > > I'll start "Post-release tasks". > > > https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-Post-releasetasks > > > > Wes will write a blog post. > > > > KrisztiƔn will create the conda-forge PRs. > > > > Any other helps are also welcome! > > > > > > Thanks, > > -- > > kou >
