Skip to content

Commit 7ff2c20

Browse files
committed
update echo
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 0d9eaca commit 7ff2c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-and-sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
version_file=$(cat VERSION)
161161
162162
if [ "$major_minor" = "$version_file" ]; then
163-
echo "The major.minor == VERSION file --> patch release"
163+
echo "Patch release detected. Proceeding with automatic release."
164164
else
165165
echo "Cannot automatically release a new major.minor version. Please trigger manually if desired."
166166
exit 1

0 commit comments

Comments
 (0)