Release documentation: mention upload to github

This commit is contained in:
Lars Kruse 2020-10-18 22:13:16 +02:00
parent c0625af54c
commit f8111b2d10
1 changed files with 7 additions and 0 deletions

View File

@ -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