From 4f74203f6ce14ffbfc64d24b2aa783ccda74322a Mon Sep 17 00:00:00 2001 From: Sam Wronski Date: Thu, 19 Nov 2020 15:37:39 -0800 Subject: [PATCH] Fix variable name: "currentTag" -> "fullTag" --- releasing/cloudbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasing/cloudbuild.sh b/releasing/cloudbuild.sh index ef91f511f..ad7daac1f 100755 --- a/releasing/cloudbuild.sh +++ b/releasing/cloudbuild.sh @@ -35,7 +35,7 @@ module=${fullTag%/*} echo "module=$module" # Find previous tag that matches the tags module -prevTag=$(git tag -l "$module*" --sort=-version:refname --no-contains=$currentTag | head -n 1) +prevTag=$(git tag -l "$module*" --sort=-version:refname --no-contains=$fullTag | head -n 1) # Generate the changelog for this release # using the last two tags for the module