mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
31 lines
516 B
Text
31 lines
516 B
Text
|
|
= Releases =
|
|
|
|
- bump version in configure.ac
|
|
0.1.1 -> 0.2
|
|
|
|
- update NEWS
|
|
|
|
- commit
|
|
git add configure.ac NEWS
|
|
git commit -m"release: prepare for release"
|
|
|
|
- dist
|
|
make dist
|
|
|
|
- tag
|
|
git tag -a RELEASE-0.2 -m"release: 0.2"
|
|
git push origin RELEASE-0.2
|
|
|
|
- release
|
|
scp gst-mediainfo-0.2.tar.gz ensonic@people.freedesktop.org:public_html/files/
|
|
|
|
- bump versions in configure.ac
|
|
0.2 -> 0.2.1
|
|
|
|
- commit
|
|
git add configure.ac
|
|
git commit -m"release: bump versions and back to development"
|
|
|
|
- update web-page
|
|
|