summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2020-12-31 11:32:29 +0100
committerDavid Faure <faure@kde.org>2020-12-31 11:32:29 +0100
commit9c6c26b8c8998955598cb5413acc3c30ccd47bb7 (patch)
tree4e95e705396757d8ec8815c9bb520dded4a9b86c
parenta6e60c5899763f3ad34fb7efba7a7f8838ee648b (diff)
downloadshared-mime-info-9c6c26b8c8998955598cb5413acc3c30ccd47bb7.tar.gz
More instructions for releasing, based on previous commits
-rw-r--r--HACKING.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index ae79ef53..b60cc306 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -61,7 +61,10 @@ Releasing
- Run `ninja shared-mime-info-pot`, `./po/check_translations.sh` and
`./po/update_translations.sh` before release
-- Upload to shared-mime-info gitlab
+- Commit and push to shared-mime-info gitlab
+- Update version number in `meson.build`
+- Add changelog to `NEWS`
+- Commit, tag and push
Updating the spec on the website
--------------------------------