Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
gtroitsk committed Mar 7, 2024
1 parent a8fb9ff commit 25368b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quarkus QE Test Framework
release:
current-version: 1.4.3.Beta2
current-version: 1.4.2.Beta10
next-version: 1.4.3.Beta2
2 changes: 1 addition & 1 deletion .github/workflows/check-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fi
else
if [[ $(("$current_release_patch_version" + 1)) != $next_release_patch_version || ($next_release_pre_number != 1) ]]; then
echo "Error: release patch versions should be bumped one by one as sequence"
echo "Error: release patch versions should be bumped one by one as sequence and pre-release version must be Beta1"
correct_minor_release=$(echo "$current_release" | cut -d"." -f1,2)
correct_patch_version=$(("$current_release_patch_version" + 1))
echo "After" $current_release "should go" $correct_minor_release"."$correct_patch_version".Beta1"
Expand Down

0 comments on commit 25368b0

Please sign in to comment.