mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2025-01-03 11:42:10 +01:00
Release documentation: mention upload to github
This commit is contained in:
parent
c0625af54c
commit
f8111b2d10
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue