From 651a60bb814548836fd130fed1723f1f2ba0d81d Mon Sep 17 00:00:00 2001
From: julenalbi <julenalbizuri3@gmail.com>
Date: Fri, 18 Mar 2022 10:49:23 +0100
Subject: [PATCH] commit message

---
 stack-updater/stack_updater.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml
index 796946e..c8ce3bc 100644
--- a/stack-updater/stack_updater.yml
+++ b/stack-updater/stack_updater.yml
@@ -16,7 +16,7 @@ update:
       - git pull
       - node package-version-updater/versionUpdater.js -v $current_version
       - bash package-version-updater/stage_file.sh
-      - git commit -m "Dependencies updated to $current_version"
+      - git commit -m "${current_version}"
       - git tag -a v${current_version} -m ""
       - branch=`bash package-version-updater/get_principal_branch.sh`
       - echo ${branch}
-- 
GitLab