Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 765 Bytes

File metadata and controls

20 lines (15 loc) · 765 Bytes

release:

  1. create branch based on master release_0.x.y (branch should not match the tag-name)
  2. make changes to github action files
  • source creation must use the related release tag!
  • the bundle scripts must upload to the right release
  1. check if git information is filled in correctly version.h.cmake
  2. run the github action script to create the compressed source files
  3. create PR for conda-forge/freecad-feedstock
  4. once PR is merged change the bundle-scripts to use the conda-forge release packages

naming convention:

FreeCAD_{{ release }}-{{ revision }}-{{ date }}-{{ system }}-{{ python-version }}.{{ extension }}

manually uploading release

gh release upload <tag> <file>