Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit 287bd51

Browse files
author
toni.lopez
committed
NOJIRA: Adding comment when adding tag.
1 parent 969cd1e commit 287bd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
git checkout master
1414
git pull origin master
15-
git tag -a "$1"
15+
git tag -a "$1" -m "Version $1"
1616
git push --tags
1717

1818
echo ""

0 commit comments

Comments
 (0)