6 - The usual build/test, locally and on k.org private.
8 - "git shortlog -s v$PREV..maint" and update .mailmap
10 - Update Documentation/RelNotes-$THIS.txt, make sure RelNotes
11 points to it, update GIT-VERSION-GEN.
15 - Commit "GIT $THIS"; create signed tag v$THIS with "GIT
20 : shell; git push builders tag $THIS
21 : shell; git push builders
23 - Build on builder; take resulting RPM tarball to k.org;
26 : builder; git checkout maint && Meta/DoKernelOrg maint
27 : builder; cd .. && scp $THIS.tar master.kernel.org:.
29 - Push to k.org private:
31 : shell; git push ko-private tag $THIS
32 : shell; git push ko-private
36 : k.org; cd rpms && tar xf ../$THIS.tar
37 : k.org; cd ../git.git
38 : k.org; git checkout maint && Meta/DoKernelOrg maint
40 - Merge in 'maint' to 'master', and update the "stale" list of
41 documents in 'master':
43 : shell; git checkout master
44 : shell; git merge maint
45 : shell; edit Documentation/git.txt
48 - Push the results out:
50 : shell; git push ko tag $THIS
51 : shell; git push repo tag $THIS
53 : shell; git push repo
55 - Extract the documentation on k.org:
57 : k.org; cd /pub/software/scm/git/docs
58 : k.org; mkdir v$THIS && cd v$THIS
59 : k.org; tar zxf ../../git-htmldocs-$THIS.tar.gz
61 - Prepare and send out the announce:
63 : shell; Meta/Announce maint $PREV
65 - Update Meta/MaintNotes and send it out (when releasing from