Creating github action to perform automated releases
axsaucedo opened this issue · 3 comments
axsaucedo commented
Creating issue following discussions with @zhimin-z on #324 proposal.
This encompasses a github action that performs releases every week / month, namely a workflow with:
- Tagging date / week
- Changelog generator
- Convert MD to PDF with pandoc
- Create release
- Attach changelog and PDF to release
- Publish release
This would be a high priority as it would make such a difference.