Skip to content

Commit

Permalink
Remember to add changelog to release messages (fixes #3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Oct 27, 2024
1 parent 5e3e98b commit f2932eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/check_release
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ then
fail "Expected git log message to be 'Stable version ...'"
fi

if [[ $(git log -1 --pretty=%B) != *"CHANGELOG"* ]]
then
fail "Expected git log message to contain CHANGELOG"
fi

i=1 j=1
cat << EOF
Expand Down

0 comments on commit f2932eb

Please sign in to comment.