janklab / MatlabProjectTemplate

A template for creating repos for Matlab library and application projects
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

Automate release creation #10

Open apjanke opened 3 years ago

apjanke commented 3 years ago

Use GitHub's API to automate release creation. Should draft the release and upload the artifacts. Then either pop it up in a web page for final approval, or just go ahead and release it.

References:

This will require adding support for GitHub authentication keys somehow. That'll take some work.