Add job to create a release on a schedule
.gitlab-ci.yml:
Add create_release
job to craft a release based on the current date (i.e. calver) if the SCHEDULED_PUBLISH
environment variable is set to TRUE
.
Add an asset link pointing at the build artifacts.
Implements #14 (closed)