microsoft / ifc-spec

IFC format specification
Creative Commons Attribution 4.0 International
72 stars 7 forks source link

feat: update releases when release branches change #26

Closed Nostracodus closed 2 years ago

Nostracodus commented 2 years ago

This change enables automatic PDF generation for releases when release branches are changed. This supports backporting changes to prior releases.

This works by:

The release may be named anything. The only portion of the name that is important for these actions is release/ in the branch name.

The generated PDFs will be accessible from the Release pages and the links to these PDFs are stable.

No manual work needs to be done beyond creating a release. All other steps should happen automatically as normal development happens.