Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release.sh: check that the next version doesn't equal to the current …
…one (#1582) Motivation: To prevent scenarios like #1580, let's enhance validation of input parameter for the `release.sh` script. Modifications: - Compare passed next version with the current version from `gradle.properties`, fails fast if they are equal; Result: Enhanced validation of next version parameter.
- Loading branch information