Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/equinix-lab…
Browse files Browse the repository at this point in the history
…s/otel-init-go-0.0.8
  • Loading branch information
mergify[bot] authored Jul 18, 2023
2 parents 8a31416 + 08ea799 commit 2e43499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if [ -z "${1-}" ]; then
fi

new_tag=${1-}
[[ $new_tag =~ ^v[0-9]*\.[0-9]*\.[0-9]*$ ]] || (
echo "Tag must be in the form of vX.Y.Z"
[[ $new_tag =~ ^v[0-9]*\.[0-9]*\.[0-9]?(-rc[1-9])*$ ]] || (
echo "Tag must be in the form of vX.Y.Z or vX.Y.Z-rc1"
exit 1
)

Expand Down

0 comments on commit 2e43499

Please sign in to comment.