Skip to content

Commit 0916b90

Browse files
committed
Fix/Improve descriptions
1 parent dde0166 commit 0916b90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable__e2e-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
required: false
1111
COMMIT_HASH:
1212
type: string
13-
description: 'The commit hash'
13+
description: 'The commit hash from which to check out the repository'
1414
required: false
1515

1616
jobs:

scripts/update-mvn-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ get_version_property() {
1111

1212
# Usage: ./update_version.sh {major|minor|patch|release}
1313
if [ "$#" -ne 1 ]; then
14-
echo "Usage: $0 {major|minor|patch|release}"
14+
echo "Usage: $0 {Major|Minor|Patch}"
1515
exit 1
1616
fi
1717

@@ -41,7 +41,7 @@ case "$1" in
4141
NEW_VERSION="${MAJOR}.${MINOR}.${NEXT_PATCH}"
4242
;;
4343
*)
44-
echo "Invalid parameter: $1. Please use major, minor, patch, or release."
44+
echo "Invalid parameter: $1. Please use Major, Minor or Patch"
4545
exit 1
4646
;;
4747
esac

0 commit comments

Comments
 (0)