ci: improve commit message generation script, refs NOISSUE

This commit is contained in:
simon 2025-05-24 18:49:59 +02:00
parent 5fdd6ec1d0
commit f728c88853

View File

@ -46,7 +46,7 @@ create_file() {
} }
get_commit_range() { get_commit_range() {
rm $TEMP_FILE_PATH/messages.txt rm -f $TEMP_FILE_PATH/messages.txt
if [[ $LAST_TAG =~ $PATTERN ]]; then if [[ $LAST_TAG =~ $PATTERN ]]; then
create_file true create_file true
else else