Merge pull request #5015 from penpot/yamila-moreno-patch-1

Update manage.sh
This commit is contained in:
Andrey Antukh
2024-08-28 11:15:07 +02:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ export CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD);
export CURRENT_HASH=$(git rev-parse --short HEAD);
export CURRENT_COMMITS=$(git rev-list --count HEAD)
set -ex
set -e
function print-current-version {
echo -n "$CURRENT_VERSION-$CURRENT_COMMITS-g$CURRENT_HASH"