From 705ffda7459d55b8174b4ee2fefd1440e3691a58 Mon Sep 17 00:00:00 2001 From: Friedrich Wilken Date: Fri, 12 Jan 2024 15:03:06 +0100 Subject: [PATCH] format --- hack/scripts/get-version-from-branch.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/hack/scripts/get-version-from-branch.sh b/hack/scripts/get-version-from-branch.sh index fb4499f..cb5fbb7 100644 --- a/hack/scripts/get-version-from-branch.sh +++ b/hack/scripts/get-version-from-branch.sh @@ -10,12 +10,10 @@ # # Examples: # 1. The current git branch is 'release-1.0' and git has the tags '1.0.1', '1.0.2', 1.0.3': -# # $ ./get-version-from-branch.sh # 1.0.4 # # 2. The current branch is 'release-1.1' and git has no tags that start with '1.1': -# # $ ./get-version-from-branch.sh # 1.0.0 # @@ -24,7 +22,6 @@ # Not on a release branch. # # Please note that this will exit with an error: -# # ./get-version-from-branch.sh || echo "exit with error" # Not on a release branch. # exit with error