summaryrefslogtreecommitdiff
path: root/HACKING
blob: 91b7010e28e6115e4e79a6bb8f8b722e760554dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

= 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