From 9fc3f952c404a3737283a55c8821f3c2fd407b3b Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 13 Apr 2019 18:47:12 -0700
Subject: [PATCH] Note release ref in informational output

---
 scripts/deploy.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index 467e02d..4ae118f 100644
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -35,8 +35,9 @@ if [[ -z "$PLUGIN_VERSION" ]]; then
 	exit 1
 fi
 
-echo "ℹ︎ PLUGIN_SLUG is $PLUGIN_SLUG"
-echo "ℹ︎ PLUGIN_VERSION is $PLUGIN_VERSION"
+echo "ℹ︎ PLUGIN_SLUG: $PLUGIN_SLUG"
+echo "ℹ︎ PLUGIN_VERSION: $PLUGIN_VERSION"
+echo "ℹ︎ WP_ORG_RELEASE_REF: $WP_ORG_RELEASE_REF"
 
 SVN_URL="https://plugins.svn.wordpress.org/${PLUGIN_SLUG}/"
 SVN_DIR="$CI_BUILDS_DIR/svn-${PLUGIN_SLUG}"
-- 
GitLab