summaryrefslogtreecommitdiff
path: root/RELEASE
blob: eacd3bb2577f7208fad0b5c91c666aba232f4001 (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
40
41
42
43
44
45
46
47
48
49
50
51
colord Release Notes

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

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

Version 0.1.6
~~~~~~~~~~~~~
Released: 2011-xx-xx

Translations:
New Features:
Bugfixes:

Write release date to doc/website/download.html

2. Commit changes to git:

git commit -a -m "Release colord 0.1.6"
git tag -s -f -m "Release colord 0.1.6" COLORD_0_1_6
<wait>
git push --tags
git push

3. Generate the tarball:

make dist

4. Upload tarball:

scp *.tar.* hughsient@people.freedesktop.org:public_html/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. Sync website to hughsie.com

8. Send an email to gnome-color-manager-list@gnome.org

colord is a system activated daemon that maps devices to color profiles.
It is used by gnome-color-manager for system integration and use when
there are no users logged in.

See http://colord.hughsie.com/ for more details.

Tarballs can be found here:
http://people.freedesktop.org/~hughsient/releases/