Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
57bfc6e6
Commit
57bfc6e6
authored
Mar 31, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Suggest to use git shortlog -s to show the author of changeset of this particular release.
parent
774de705
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
doc/release-howto.txt
doc/release-howto.txt
+5
-2
No files found.
doc/release-howto.txt
View file @
57bfc6e6
...
@@ -59,9 +59,9 @@
...
@@ -59,9 +59,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)
...
@@ -108,5 +108,8 @@
...
@@ -108,5 +108,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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment