fix: bugfix in version generation, refs NOISSUE

This commit is contained in:
2026-04-04 20:19:44 +02:00
parent 25b180a2f3
commit fec96cd049

View File

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