muninlite/RELEASE_CHECKLIST.md

454 B

Release checklist

The following steps are required for a release:

  1. update the Changelog.md file
  2. 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

Downstream: OpenWrt

Update the release references in OpenWrt.