mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
add release checklist
Original commit message from CVS: add release checklist
This commit is contained in:
parent
2f4b13918d
commit
209885307a
2 changed files with 20 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
* README.docs, README-docs: rename
|
* README.docs, README-docs: rename
|
||||||
|
|
||||||
|
* docs/notes/release: add release checklist
|
||||||
|
|
||||||
2003-06-26 David I. Lehn <dlehn@users.sourceforge.net>
|
2003-06-26 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* configure.ac, AUTHORS, NEWS, README, TODO, docs/Makefile.am,
|
* configure.ac, AUTHORS, NEWS, README, TODO, docs/Makefile.am,
|
||||||
|
|
18
docs/notes/release
Normal file
18
docs/notes/release
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
Release Checklist
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
(procedure while just working on trunk)
|
||||||
|
|
||||||
|
- update version in configure.ac
|
||||||
|
- update date in docs/gst-python.ent.in
|
||||||
|
- add entry for current version to docs/NEWS.xml
|
||||||
|
- 'make distcheck'
|
||||||
|
- fix problems and repeat as needed
|
||||||
|
- tag cvs ('cvs tag RELEASE-x_y_z')
|
||||||
|
- GPG sign tarball
|
||||||
|
- upload tarball to sourceforge
|
||||||
|
- build release notes:
|
||||||
|
- '(cd docs/; make RELNOTES.txt)'
|
||||||
|
- announce:
|
||||||
|
- gstreamer-{devel, announce}
|
||||||
|
- freshmeat
|
Loading…
Reference in a new issue