mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
Add log
This commit is contained in:
parent
1d1d7c417e
commit
4c2f2abe8d
@ -3,7 +3,9 @@ set -Eeuo pipefail
|
||||
# Check that issues in CHANGELOG are up-to-to-date
|
||||
|
||||
version=$(head -1 <CHANGELOG.md| cut -d" " -f1 | cut -d'[' -f2)
|
||||
echo "version=$version"
|
||||
changelog=$(bin/release/changelog_extract.py "$version" | grep '^\* ')
|
||||
echo "get_release_note.py"
|
||||
issues=$(bin/release/get_release_note.py "$version" 2>/dev/null | grep '^\* ')
|
||||
|
||||
if [ "$changelog" != "$issues" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user