- create branch based on master
release_0.x.y
(branch should not match the tag-name) - make changes to github action files
- source creation must use the related release tag!
- the bundle scripts must upload to the right release
- check if git information is filled in correctly
version.h.cmake
- run the github action script to create the compressed source files
- create PR for conda-forge/freecad-feedstock
- once PR is merged change the bundle-scripts to use the conda-forge release packages
FreeCAD_{{ release }}-{{ revision }}-{{ date }}-{{ system }}-{{ python-version }}.{{ extension }}
gh release upload <tag> <file>