aboutsummaryrefslogtreecommitdiff
path: root/docs/releases.md
diff options
context:
space:
mode:
authorblt__2023-01-24 23:26:42 +0000
committerGitHub2023-01-24 23:26:42 +0000
commit91dca3f667e146f93e6dca205b0a3f2a7a64b488 (patch)
treedb8f0ed549f3a6835249157f333ac614587743cc /docs/releases.md
parent4726ae9df65821b0bdccb73e2355ede746433cd6 (diff)
Add Appstream metadata file (#5643)
Diffstat (limited to 'docs/releases.md')
-rw-r--r--docs/releases.md1
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