forked from ximion/appstream-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE
40 lines (25 loc) · 994 Bytes
/
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
AppStream Generator Release Notes
1. Write NEWS entries for AppStream Generator in the same format as usual.
git shortlog v0.8.2.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
Version 0.8.3
~~~~~~~~~~~~~~
Released: 2020-xx-xx
Notes:
Features:
Bugfixes:
--------------------------------------------------------------------------------
2. Commit changes in Git:
git commit -a -m "Release version 0.8.3"
git tag -s -f -m "Release 0.8.3" v0.8.3 <gpg password>
git push --tags
git push
3. Do post release version bump in meson.build, RELEASE
4. Commit trivial changes:
git commit -a -m "trivial: post release version bump"
git push
5. Send an email to [email protected]
=================================================
AppStream Generator 0.8.3 released!
Tarballs available here: https://github.com/ximion/appstream-generator/releases
=================================================