From f8111b2d10902095741f8566db696318fdec620f Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sun, 18 Oct 2020 22:13:16 +0200 Subject: [PATCH] Release documentation: mention upload to github --- RELEASE_CHECKLIST.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md index 3acddbe..477f36b 100644 --- a/RELEASE_CHECKLIST.md +++ b/RELEASE_CHECKLIST.md @@ -11,6 +11,13 @@ git commit -m "Release $new_version" VERSION Changelog.md git tag -s "$new_version" -m "$new_version" make dist ``` +3. push the commits (and the tag) to github: +```shell +git push --tags +``` +4. attach the locally generated release archive and the signature to the + [new release](https://github.com/munin-monitoring/muninlite/releases/) + ## Downstream: OpenWrt