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

Support reckon.stage property for snapshot #71

Closed
ajoberstar opened this issue Apr 7, 2018 · 0 comments
Closed

Support reckon.stage property for snapshot #71

ajoberstar opened this issue Apr 7, 2018 · 0 comments
Milestone

Comments

@ajoberstar
Copy link
Owner

Introduce support for use of the reckon.stage property (in Gradle) to be used when the SnapshotPreReleaseStrategy is in place.

  • reckon.snapshot=false -> reckon.stage=final
  • reckon.snapshot=true -> reckon.stage=snapshot

This should become the preferred option, so usage of reckon.snapshot should generate a warning message, but support won't be removed until 1.0.0.

@ajoberstar ajoberstar modified the milestones: 0.5.0, 0.6.0 Apr 7, 2018
ajoberstar added a commit that referenced this issue Apr 15, 2018
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.
ajoberstar added a commit that referenced this issue Apr 15, 2018
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant