Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release.sh: check that the next version doesn't equal to the current one #1582

Merged
merged 1 commit into from
May 26, 2021

Conversation

idelpivnitskiy
Copy link
Member

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.

Motivation:

To prevent scenarios like apple#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.
Copy link
Contributor

@tkountis tkountis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@idelpivnitskiy idelpivnitskiy merged commit 0cf4944 into apple:main May 26, 2021
@idelpivnitskiy idelpivnitskiy deleted the release.sh branch May 26, 2021 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants