Releasing
This page describes how to release a new version of Flamenco. This requires not
only access to the sources, but also to the flamenco.blender.org
infrastructure. As such, it’s only practically helpful for a small number of
people.
- Update
CHANGELOG.md
and mark the to-be-released version as released today. - Update
Makefile
and change theVERSION
andRELEASE_CYCLE
variables. - Run
make update-version
- Commit & tag with the commands shown in the 2nd step.
- Run
make release-package
- Check that the files in
dist/
are there and have a non-zero size. - Run
make publish-release-packages
to upload the packages to the website. - Run
make project-website
to generate and publish the new website.