Skip to content

Commit 069fe8c

Browse files
authored
Merge pull request #6 from geoadmin/bug-PB-579-pre-release-logs
PB-579: Fixed pre-release tagging
2 parents 37dfcb3 + 044fa9d commit 069fe8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

entrypoint.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ then
105105
fi
106106
else
107107
log=$(git log "${tag}"..HEAD --pretty='%B')
108+
109+
if ${pre_release}
110+
then
111+
log=$(git log "${pre_tag}"..HEAD --pretty='%B')
112+
fi
108113
fi
109114

110115
# get current commit hash for tag

0 commit comments

Comments
 (0)