Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
AppStream Generator Release Notes
1. Write NEWS entries for AppStream Generator in the same format as usual.
git shortlog v0.9.0.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
Version 0.9.1
~~~~~~~~~~~~~~
Released: 2023-xx-xx
Notes:
Features:
Bugfixes:
Contributors:
--------------------------------------------------------------------------------
2. Commit changes in Git:
git commit -a -m "Release version 0.9.1"
git tag -s -f -m "Release 0.9.1" v0.9.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.9.1 released!
Tarballs available here: https://github.com/ximion/appstream-generator/releases
=================================================