mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
add script to generate changelog
This commit is contained in:
parent
f92c789efe
commit
e6a9a0e3cd
2 changed files with 48 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue