add script to generate changelog

This commit is contained in:
Jonathan Wren 2020-01-14 20:06:14 -08:00
parent f92c789efe
commit e6a9a0e3cd
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"