-echo "[*] Validating that a semantic version tag is already available on 'origin/${CI_DEFAULT_BRANCH}' to prevent semantic-release from creating the initial release (v1.0.0). You can disable this check by setting the variable
ALLOW_INITIAL_SEMANTIC_RELEASE."
-echo "[*] Validating that a semantic version tag is already available on
'origin/${CI_DEFAULT_BRANCH}' to prevent semantic-release from creating
the initial release (v1.0.0). You can disable this check by setting the
variable ALLOW_INITIAL_SEMANTIC_RELEASE."
-|
if [ "$(git rev-parse --is-shallow-repository)" != "false" ]; then