Changeset 79b9d34ee355a0934cae8451a283f74e2c87dc5e
- Timestamp:
- 03/31/08 23:09:15
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1206997755 +0200
- git-parent:
[cf5667bd8ce8bfd6c99c55a225361a2af1539b30]
- git-author:
- Rafaël Carré <funman@videolan.org> 1206997755 +0200
- Message:
ChangeLogs? are automagically generated
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r57bfc6e |
r79b9d34 |
|
| 11 | 11 | · extras/MacOSX/vlc.pbprj/project.pbxproj |
|---|
| 12 | 12 | · extras/MacOSX/Resources/English.lproj/InfoPlist.string |
|---|
| 13 | | - update the ChangeLog and NEWS files, as well as the Trac database |
|---|
| 14 | | · LANG=C git log --since="01-01" --until="12-31" >! ChangeLog |
|---|
| 15 | 13 | · read all the commits and add important things to the NEWS file |
|---|
| 16 | 14 | · update the milestones info on https://trac.videolan.org/vlc |
|---|
| … | … | |
| 57 | 55 | |
|---|
| 58 | 56 | * "Tag" the release |
|---|
| 59 | | |
|---|
| 60 | | First make sure you git-commit-ed the ChangeLog all the version release related changes, then: |
|---|
| 61 | 57 | |
|---|
| 62 | 58 | git tag -a -m "VLC Release VERSION" <VERSION> |
|---|