]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/devel/release-work.itexi
Doc: CG: add items to Release list.
[lilypond.git] / Documentation / devel / release-work.itexi
index 4ce69458186f02a4ee8e33ffb4e396a86d94100e..193ccb64bfc9e990c92c9ab6bed72c4716b72be5 100644 (file)
@@ -6,6 +6,7 @@
 * Development phases::          
 * Minor release checklist::     
 * Major release checklist::     
+* Making a release::
 @end menu
 
 
@@ -159,4 +160,71 @@ Web:
 
 
 
+@node Making a release
+@section Making a release
+
+@subheading Technical notes
+
+To build GUB:
+
+@itemize
+
+@item 
+Run the following (from the gub/ dir):
+@example
+mkdir -p uploads/v2-13/
+mkdir -p uploads/v2.13.0/
+touch uploads/v2-13/index.html
+@end example
+
+@item
+Download @file{lilypond-2.13.0-0.test-output.tar.bz2}
+
+@item 
+Copy / move / link it to uploads, but rename it to
+@file{lilypond-2-13.test-output.tar.bz2}
+
+@item
+Run:
+@example
+make -f lilypond.make update-versions
+make -f lilypond.make unlocked-test-export
+@end example
+
+@end itemize
+
+To upload:
+
+@itemize
+
+@item remove the "t" from the rsync command in test-lily/rsync-lily-doc.py
+
+@item run upload script (it will fail)
+
+@item make -f lilypond.make unlocked-test-export
+
+@item run upload script (should succeed)
+
+@end itemize
+
+
+@subheading Policy notes
+
+@itemize
+
+@item
+Build with GUB, and check the regtests.
+
+@item
+Upload the tarballs and sh scripts.
+
+@item
+(if major)
+Branch MASTER to stable/2.x.
+
+@item
+Make announcement.
+
+@end itemize
+