File: RELEASE

package info (click to toggle)
appstream-generator 0.10.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,344 kB
  • sloc: cpp: 42,038; python: 292; xml: 259; sh: 223; makefile: 20
file content (44 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download
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
AppStream Generator Release Notes

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

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

--------------------------------------------------------------------------------
Version 0.10.1
~~~~~~~~~~~~~~
Released: 2025-xx-xx

Notes:

Features:

Bugfixes:

Miscellaneous:

Contributors:
--------------------------------------------------------------------------------

2. Commit changes in Git:

git commit -a -m "Release version 0.10.1"
git tag -s -f -m "Release 0.10.1" v0.10.1 <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 appstream@lists.freedesktop.org

=================================================
AppStream Generator 0.10.1 released!

Tarballs available here: https://github.com/ximion/appstream-generator/releases

=================================================