Closed Nostracodus closed 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:
release/XYZ
The release may be named anything. The only portion of the name that is important for these actions is release/ in the branch name.
release/
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.
This change enables automatic PDF generation for releases when release branches are changed. This supports backporting changes to prior releases.
This works by:
release/XYZ
, where XYZ is the name of a release, when a release is made.release/XYZ
branches are changed.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.