Add check changelog to release workflow

This commit is contained in:
Filipe PINTO 2022-12-08 09:58:44 +01:00 committed by GitHub
parent 2ade5287f4
commit 963ff0fc18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,6 +210,9 @@ jobs:
with:
ref: ${{ needs.set-context.outputs.release_branch }}
- name: Check CHANGELOG
run: bin/check/changelog.sh
- name: Update version
run: |
hurl_packages="hurl_core hurl hurlfmt"