X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Frelease-howto.txt;h=ede0d2b9cda02362372dbda44bccecccff03b07a;hb=21ca9ddb286c5c95059dbbcb9c24364e250a3d96;hp=05f521008e5b5a75718a3f8c9b8864964a640929;hpb=75d3925cbbf774e92fdc382dbf2fffe0e3a7d672;p=vlc diff --git a/doc/release-howto.txt b/doc/release-howto.txt index 05f521008e..ede0d2b9cd 100644 --- a/doc/release-howto.txt +++ b/doc/release-howto.txt @@ -5,13 +5,11 @@ * Tests : compilation, regression tests ... - * Changes on the svn repository + * Changes on the git repository - update the version number everywhere it's needed · configure.ac · extras/MacOSX/vlc.pbprj/project.pbxproj · extras/MacOSX/Resources/English.lproj/InfoPlist.string - - update the ChangeLog and NEWS files, as well as the Trac database - · LANG=C svn log -v -r '{YYYY-12-31}:{YYYY-01-01}' >! ChangeLog · read all the commits and add important things to the NEWS file · update the milestones info on https://trac.videolan.org/vlc - Add a note about the matching contrib package in INSTALL.win32 @@ -28,7 +26,7 @@ (use gpg --sign --detach --armor --force-v3-sigs) * Contribs - - Put a copy of the libraries or svn snapshot in vlc-X.X.X/contrib + - Put a copy of the libraries or git snapshot in vlc-X.X.X/contrib - Put the relevant win32 contrib package - Update developers.v.o/vlc and www.v.o/vlc/download-sources.html @@ -56,9 +54,12 @@ * Commit changes ... it never works the first time * "Tag" the release - svn cp svn://svn.videolan.org/vlc/trunk svn://svn.videolan.org/vlc/tag/X.X.X - or - svn mv svn://svn.videolan.org/vlc/branches/X.X.X svn://svn.videolan.org/vlc/tag/X.X.X + + git tag -a -m "VLC Release VERSION" + (Create an annotated tag, you can skip -a if you used -m) + git push origin + + (You are advised to play with it on the sandrox.git if you feel unconfortable) * Move /opt/ftp/pub/videolan/testing/vlc-X.X.X to /opt/ftp/pub/videolan/vlc/X.X.X - At first block access to this directory by http or ftp. Only authorize rsync. @@ -103,5 +104,8 @@ * Announce email - write something along the lines of previous releases - post in videolan-announce (moderated), vlc et vlc-devel + You are advised to add the author list for this version 'git shortlog -s PREVIOUS_VERSION..VERSION' + And to add git diff --stat PREVIOUS_VERSION..VERSION if it's relevant. + You can play a bit with git to show the piece of information that may be interesting. - add a sticky thread in the "General VLC media player discussion" forum