Skip to content

Commit

Permalink
improve check-versioning-lib-release
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed May 23, 2024
1 parent 296938a commit 11295b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check-versioning-lib-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ for crate in "${crates[@]}"; do
if [ "$version_dev" = "$version_main" ]; then
echo "Changes detected in crate $crate between dev and main branches! Versions on dev and main branches are identical ($version_dev), so you should bump the crate version on dev before merging into main."
exit 1
else
echo "Changes detected in crate $crate between dev and main branches! Version in dev is: ($version_dev), while version in main is ($version_main)."
fi
fi

Expand Down

0 comments on commit 11295b0

Please sign in to comment.