We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de03d35 commit 4387994Copy full SHA for 4387994
tools/get_next_version.sh
@@ -32,8 +32,6 @@ if [ "$dir" = "" ] ; then
32
export dir=.
33
fi
34
35
-echo $dir
36
-
37
# Get latest git tagged version
38
version=$(git describe --tags --abbrev=0)
39
if [[ -z "$version" ]] ; then
@@ -44,8 +42,6 @@ if [[ -z "$version" ]] ; then
44
42
exit 1
45
43
46
47
-echo $version
48
49
# Defining the package.json path
50
package_path="$dir/../package.json"
51
0 commit comments