mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-17 00:58:32 +01:00
926 B
926 B
Release checklist
The following steps are required for a release:
- update the
Changelog.md
file - execute the following commands:
new_version=2.0.0
echo "$new_version" >VERSION
git commit -m "Release $new_version" VERSION Changelog.md
git tag -s "$new_version" -m "$new_version"
make dist
- push the commits (and the tag) to github:
git push
git push --tags
- attach the locally generated release archive and the signature to the new release
Downstream: OpenWrt
Update the release references in OpenWrt: