diff options
author | blt__ | 2023-01-24 23:26:42 +0000 |
---|---|---|
committer | GitHub | 2023-01-24 23:26:42 +0000 |
commit | 91dca3f667e146f93e6dca205b0a3f2a7a64b488 (patch) | |
tree | db8f0ed549f3a6835249157f333ac614587743cc /docs | |
parent | 4726ae9df65821b0bdccb73e2355ede746433cd6 (diff) |
Add Appstream metadata file (#5643)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releases.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releases.md b/docs/releases.md index ec0b7270..6e7c37c6 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -5,6 +5,7 @@ Helix releases are versioned in the Calendar Versioning scheme: we'll use `<tag>` as a placeholder for the tag being published. * Merge the changelog PR +* Add new `<release>` entry in `contrib/Helix.appdata.xml` with release information according to the [AppStream spec](https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Releases.html) * Tag and push * `git tag -s -m "<tag>" -a <tag> && git push` * Make sure to switch to master and pull first |