-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE
53 lines (32 loc) · 1.4 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
52
53
AppStream Release Notes
1. Write NEWS entries for AppStream in the same format as usual.
git shortlog v0.15.1.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
Version 0.15.2
~~~~~~~~~~~~~~
Released: 2021-xx-xx
Notes:
Features:
Specification:
Bugfixes:
Contributors:
--------------------------------------------------------------------------------
2. Update library version if new ABI or API in meson.build
3. Commit changes in AppStream git:
git commit -a -m "Release version 0.15.2"
git tag -s -f -m "Release 0.15.2" v0.15.2 <gpg password>
git push --tags
git push
4. run './release.sh --version=0.15.2 --git-tag=v0.15.2 --sign'
5. Upload tarball: scp -r *.tar.xz* annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/appstream/releases/
6. Upload documentation:
scp -r build/release_install/usr/local/share/doc/appstream/html/* annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/appstream/docs/
7. Do post release version bump in meson.build, RELEASE
8. Commit trivial changes:
git commit -a -m "trivial: post release version bump"
git push
9. Send an email to appstream@lists.freedesktop.org
=================================================
AppStream 0.15.2 released!
Tarballs available here: https://www.freedesktop.org/software/appstream/releases/
=================================================