Skip to content

Commit 4387994

Browse files
committed
HOTFIX fixes get_next_version.sh script file
1 parent de03d35 commit 4387994

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: tools/get_next_version.sh

-4
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ if [ "$dir" = "" ] ; then
3232
export dir=.
3333
fi
3434

35-
echo $dir
36-
3735
# Get latest git tagged version
3836
version=$(git describe --tags --abbrev=0)
3937
if [[ -z "$version" ]] ; then
@@ -44,8 +42,6 @@ if [[ -z "$version" ]] ; then
4442
exit 1
4543
fi
4644

47-
echo $version
48-
4945
# Defining the package.json path
5046
package_path="$dir/../package.json"
5147

0 commit comments

Comments
 (0)