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

feat(gradle): gradle versioning scheme #5789

Merged
merged 6 commits into from
Mar 29, 2020

Conversation

zharinov
Copy link
Collaborator

@zharinov zharinov commented Mar 26, 2020

  • Comparator
  • Range support
  • Switch from maven versioning

Closes #5780

@zharinov zharinov changed the title feat(gradle): Create separate versioning scheme for Gradle [WIP] feat(gradle): Create separate versioning scheme for Gradle Mar 29, 2020
@zharinov
Copy link
Collaborator Author

zharinov commented Mar 29, 2020

Example 1: 4 PRs with Maven versioning, 2 autoclosed after switch.


const isGreaterThan = (a: string, b: string): boolean => compare(a, b) === 1;

const unstable = new Set([
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These are common specifiers brought from Maven versioning (+ additional one for mt).

@zharinov
Copy link
Collaborator Author

Example 2: Nothing has changed after switch from Maven to Gradle versioning.

Ready for review!

@rarkins rarkins changed the title feat(gradle): Create separate versioning scheme for Gradle feat(gradle): gradle versioning scheme Mar 29, 2020
@rarkins rarkins merged commit bb6ab0b into renovatebot:master Mar 29, 2020
@rarkins rarkins deleted the feat/gradle-versioning branch March 29, 2020 16:22
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 19.188.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Gradle versioning/sorting
3 participants