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