Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Jan 12, 2024
1 parent efaad69 commit 705ffda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hack/scripts/get-version-from-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand All @@ -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
Expand Down

0 comments on commit 705ffda

Please sign in to comment.