Skip to content

Commit

Permalink
Use release note script with GitHub token.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamiel committed Dec 3, 2024
1 parent bad4399 commit 1025eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
echo "version=$version"
echo "date=$date"
changelog=$(bin/release/changelog_extract.py "$version" | grep '^\* ')
issues=$(bin/release/get_release_note.py "$version" | grep '^\* ')
issues=$(bin/release/get_release_note.py --token "$GITHUB_TOKEN" "$version" | grep '^\* ')

if [ "$changelog" != "$issues" ]; then
echo "Diff in issues in CHANGELOG"
Expand Down

0 comments on commit 1025eae

Please sign in to comment.