]> git.sesse.net Git - vlc/commitdiff
ChangeLogs are automagically generated
authorRafaël Carré <funman@videolan.org>
Mon, 31 Mar 2008 21:09:15 +0000 (23:09 +0200)
committerRafaël Carré <funman@videolan.org>
Mon, 31 Mar 2008 21:09:15 +0000 (23:09 +0200)
doc/release-howto.txt

index 0fbfcb05512493f4cc1f0d2d54304e490c7c0f89..ede0d2b9cda02362372dbda44bccecccff03b07a 100644 (file)
@@ -10,8 +10,6 @@
      · 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 git log --since="01-01" --until="12-31" >! 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
@@ -57,8 +55,6 @@
 
  * "Tag" the release
 
-    First make sure you git-commit-ed the ChangeLog all the version release related changes, then:
-
     git tag -a -m "VLC Release VERSION" <VERSION>
     (Create an annotated tag, you can skip -a if you used -m)
     git push origin <VERSION>