We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9eaca commit 7ff2c20Copy full SHA for 7ff2c20
.github/workflows/build-test-and-sonar.yml
@@ -160,7 +160,7 @@ jobs:
160
version_file=$(cat VERSION)
161
162
if [ "$major_minor" = "$version_file" ]; then
163
- echo "The major.minor == VERSION file --> patch release"
+ echo "Patch release detected. Proceeding with automatic release."
164
else
165
echo "Cannot automatically release a new major.minor version. Please trigger manually if desired."
166
exit 1
0 commit comments