blob: 8aa5230f42d2f40ab20723c9314945a5ce634efd (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
PackageKit Release Notes
1. Write NEWS entries for PackageKit in the same format as usual.
git shortlog PACKAGEKIT_1_0_2.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
Version 1.0.3
~~~~~~~~~~~~~
Released: 2014-xx-xx
Notes:
Libraries:
Backends:
New Features:
Bugfixes:
--------------------------------------------------------------------------------
2. Add download date to docs/html/pk-download.html, save file.
2.5. Update translations and commit them with sign-off:
cd po
make PackageKit.pot
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext --no-location" srcdir=. /usr/bin/intltool-update --gettext-package PackageKit --pot
tx push --source
tx pull --all --minimum-perc=5
git add *.po
3. Update library version if new ABI or API in configure.ac
4. Commit changes in PackageKit git:
git commit -a -m "Release version 1.0.3"
git tag -s -f -m "Release 1.0.3" PACKAGEKIT_1_0_3
<gpg password>
git push --tags
git push
git push git+ssh://hughsient@git.freedesktop.org/git/packagekit
git push --tags git+ssh://hughsient@git.freedesktop.org/git/packagekit
5. run 'make distcheck'
6. Upload tarball to:
scp *.tar.* hughsient@annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/PackageKit/releases/
7. Do post release version bump in configure.ac
8. Commit trivial changes:
git commit -a -m "trivial: post release version bump"
git push
9. Upload new html sources
10. Send an email to packagekit@lists.freedesktop.org
=================================================
PackageKit 1.0.3 released!
Tarballs available here: http://www.freedesktop.org/software/PackageKit/releases/
=================================================
|