mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-28 04:13:33 +03:00
Add check changelog to release workflow
This commit is contained in:
parent
2ade5287f4
commit
963ff0fc18
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user