Use HTML to render the release notes

This commit is contained in:
Sumner Evans
2019-11-27 23:27:14 -07:00
parent 86376c201d
commit 2e863c7f45
5 changed files with 83 additions and 54 deletions

View File

@@ -80,16 +80,15 @@ verify_deploy:
- pip3 install sublime-music
publish_release:
image: alpine
stage: release
only:
variables:
# Only verify the deploy if it's a version tag.
- $CI_COMMIT_TAG =~ /^v.*/
before_script:
- apk add bash curl
- ./cicd/install-project-deps.sh
script:
- ./cicd/publish-gitlab-release.sh
- pipenv run ./cicd/publish-gitlab-release.sh
# Scheduled Jobs
# =============================================================================