mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
docs: minor release docs update
This commit is contained in:
parent
0a0c32ef88
commit
888844d572
1 changed files with 3 additions and 1 deletions
|
@ -89,7 +89,9 @@ RELEASE PROCEDURE:
|
|||
- 'git commit -a' in the tree
|
||||
- tag tree
|
||||
for example for 0.6.3 :
|
||||
git tag -a RELEASE-0.6.3
|
||||
git tag -a -m 'Release 0.6.3' RELEASE-0.6.3
|
||||
Make sure to use the -a option to create an *annotated* tag: 'git describe'
|
||||
should show 'RELEASE-0.6.3'
|
||||
- bump nano number in configure.ac, commit
|
||||
- sync source and packages to website
|
||||
+ run /bin/data-put in www
|
||||
|
|
Loading…
Reference in a new issue