Skip to content

Commit 5ecff75

Browse files
committed
INFRA-2911-Skip generating commits.dvs for hotfixes
1 parent fbaeb7a commit 5ecff75

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/scripts/create-platform-release-pr.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ if [[ -z $NEW_VERSION_NUMBER && $PLATFORM == "mobile" ]]; then
4646
exit 1
4747
fi
4848

49+
if [[ -z $PREVIOUS_VERSION_REF ]]; then
50+
echo "Error: No previous version reference specified."
51+
exit 1
52+
fi
53+
4954

5055

5156

0 commit comments

Comments
 (0)