forked from hughsie/shared-color-targets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE
52 lines (31 loc) · 1.24 KB
/
RELEASE
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
Shared Color Targets Release Notes
* Write NEWS entries in the same format as usual.
git shortlog SHARED_COLOR_TARGETS_0_1_7.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
Version 0.1.8
~~~~~~~~~~~~~
Released: 2016-xx-xx
Notes:
New Features:
Bugfixes:
--------------------------------------------------------------------------------
* Commit changes in git:
git commit -a -m "Release version 0.1.8"
git tag -s -f -m "Release 0.1.8" SHARED_COLOR_TARGETS_0_1_8
<gpg password>
git push --tags
git push
* run 'make distcheck'
* Upload tarball to:
scp *.tar.* hughsient@people.freedesktop.org:public_html/releases/
* Do post release version bump in configure.ac
* Commit trivial changes:
git commit -a -m "trivial: post release version bump"
git push
* Send an email to colord@lists.freedesktop.org
=================================================
shared-color-targets 0.1.8 released!
shared-color-targets contains target files for popular scanner calibration targets.
These include the IT 8.7 targets from http://www.targets.coloraid.de/
Tarballs available here: http://people.freedesktop.org/~hughsient/releases/
=================================================