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

Rebuild fixes #113

Merged
merged 3 commits into from
May 11, 2019
Merged

Rebuild fixes #113

merged 3 commits into from
May 11, 2019

Conversation

ajoberstar
Copy link
Owner

No description provided.

When the base normal and base version aren't within 1 major/minor/patch
increment, there's something weird going on in the history, because the
versions aren't contiguous. This may be something we need to support for
parallel development at some point, but right now this makes it more
explicit and allows specific use cases to be raised.
In some cases the inferred target normal would be different from the
target normal of the final reckoned version. This can cause an issue if
you're trying to release an older version and the inferred target normal
is a version you already released.

The code now verifies the normal version of the final reckoned version,
rather than relying on the potentially incorrect target normal.

This fixes #108.
@ajoberstar ajoberstar changed the title Upgrade gradle and deps Rebuild fixes May 11, 2019
@ajoberstar ajoberstar marked this pull request as ready for review May 11, 2019 23:42
@ajoberstar ajoberstar merged commit 72219be into master May 11, 2019
@ajoberstar ajoberstar deleted the bugs branch May 11, 2019 23:42
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.

1 participant