Permalink
Cannot retrieve contributors at this time
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?
appstream-generator/RELEASE
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
42 lines (26 sloc)
1009 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| ================================================= |