1 Commits
0.2.0 ... 0.2.1

Author SHA1 Message Date
Simon Diesenreiter
75af8ebc69 fix: fix file inclusion in tag commits, ref: NOISSUE
Some checks failed
Upload Python Package / Create Release (push) Successful in 18s
Upload Python Package / deploy (push) Failing after 3m41s
2024-12-02 11:05:52 +01:00
2 changed files with 2 additions and 2 deletions

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

View File

@@ -1 +1 @@
0.1.1
0.2.0