generated from Templates/Dotnet_Library
fix: bugfix, ref: NOISSUE
All checks were successful
All checks were successful
This commit is contained in:
parent
7e096e4b9a
commit
9bfb23eac6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user