summaryrefslogtreecommitdiff
path: root/RELEASE
blob: cc03a9989b1cfce82633e1118693e3d9bc9d72ea (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
32
33
34
35
36
37
38
39
UPower Release Notes

1. Write NEWS entries for UPower in the same format as usual.

git shortlog UPOWER_0_9_999.. | grep -i -v trivial | grep -v Merge > NEWS.new

Version 0.9.xxxx
~~~~~~~~~~~
Released: 2010-xx-xx

Translations:
New Features:
Bugfixes:

2. Commit changes to git:

git commit -a -m "Released UPower 0.9.0"
git tag -s -f -m "Released UPower 0.9.0" UPOWER_0_9_0
<wait>
git push --tags
git push

3. Generate the tarball:

make dist

4. Upload tarball:

scp *.tar.gz hughsient@freedesktop.org:/srv/hal.freedesktop.org/www/releases/

5. Do post release version bump in configure.ac

6. Commit changes:

git commit -a -m "trivial: post release version bump"
git push

7. Send an email to devkit-devel@lists.freedesktop.org