Commit f2020de9 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

doc: Suggest to use git shortlog -s to show the author of changeset of this particular release.

(cherry picked from commit 57bfc6e6)
parent 1b68825c
...@@ -51,9 +51,9 @@ ...@@ -51,9 +51,9 @@
First make sure you git-commit-ed the ChangeLog all the version release related changes, then: First make sure you git-commit-ed the ChangeLog all the version release related changes, then:
git tag -a -m "VLC Release RELEASE_VERSION" <RELEASE_VERSION> git tag -a -m "VLC Release VERSION" <VERSION>
(Create an annotated tag, you can skip -a if you used -m) (Create an annotated tag, you can skip -a if you used -m)
git push origin <RELEASE_VERSION> git push origin <VERSION>
(You are advised to play with it on the sandrox.git if you feel unconfortable) (You are advised to play with it on the sandrox.git if you feel unconfortable)
...@@ -85,5 +85,8 @@ ...@@ -85,5 +85,8 @@
* Announce email * Announce email
- write something along the lines of previous releases - write something along the lines of previous releases
- post in videolan-announce (moderated), vlc et vlc-devel - 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 - add a sticky thread in the "General VLC media player discussion" forum
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment