add script to generate changelog

This commit is contained in:
Jonathan Wren 2020-01-14 20:06:14 -08:00
parent 7fba6c77a4
commit 778a37cd5e
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A
2 changed files with 48 additions and 0 deletions

View file

@ -114,6 +114,14 @@ jobs:
env:
- TZ=America/Edmonton
# Changelog for Unreleased changes
- stage: Update Changelog
if: (tag IS present) OR (branch = develop AND type NOT IN (pull_request))
install:
- echo 'Skipping install'
script:
- ./.build/generate_changelog.sh
- stage: Deploy
before_deploy:
- poetry config pypi-token.pypi "$PYPI_TOKEN"