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

0.6.0 changes #76

Merged
merged 5 commits into from
Apr 15, 2018
Merged

0.6.0 changes #76

merged 5 commits into from
Apr 15, 2018

Conversation

ajoberstar
Copy link
Owner

No description provided.

Composite builds that include multiple builds that use reckon can run
into unexpected behavior, because any reckon.* props passed in on the
command line are used by all builds. This can cause it to try to
increment a version incorrectly.

The new behavior makes it so that only the main build within a composite
will actually respect the gradle properties.

This does imply that you can't really release a version of an included
build, but the expectation is that that's not what anyone would intend
to do. That could be proven wrong, but it would require something more
involved to support.

This fixes #74.
The reckon.snapshot property is a little confusing to set the value of,
since true means snapshot and final is false. It seems a little
backwards. The reckon.stage approach is a little more natural,
explicitly passing in 'snapshot' or 'final'.

This will deprecate use of reckon.snapshot, to be removed in 1.0.0.

This fixes #71.
This fixes #65.
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