mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-16 00:28:32 +01:00
305 B
305 B
Release checklist
The following steps are required for a release:
- update the
Changelog
file - execute the following commands:
new_version=2.0.0
echo "$new_version" >VERSION
git commit -m "Release $new_version" VERSION Changelog
git tag -s "$new_version" -m "$new_version"
make dist