997 B
997 B
title | weight |
---|---|
Releasing | 100 |
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.
Steps to release a new version of Flamenco
- Update
Makefile
and change theVERSION
andRELEASE_CYCLE
variables. - Run
make update-version
- Update the version for the website in
web/project-website/data/flamenco.yaml
. This is currently a separate step, as it influences the project website and not the built software. This could be included in theupdate-version
make target at some point. - 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.