Appearance
Release procedure for Blubber
Run scripts/release.sh which will:
- Increment value in
VERSION(minor by default; pass-pto do a patch release). - Generate
CHANGELOG.mdusinggit chglog. - Create a commit for the new version and change log.
- Create a signed version tag.
- Push the new commit and version tag.
