summaryrefslogtreecommitdiff
path: root/RELEASE
blob: cb34035aa5256d8d68ae43c4e8b265da86ab7049 (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
DeviceKit-power Release Notes

1. Write NEWS entries for DeviceKit-power and gnome-packagekit in the same
   format as usual. Ignore any trivial commits.

git-shortlog DeviceKit-power-003.. | grep -v trivial | grep -v Merge > NEWS.new

2. Commit changes in DeviceKit-power git:

git commit -a -m "Released DeviceKit-power 004"
git tag -a -f -m "Released DeviceKit-power 004" DeviceKit-power-004
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