You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Introduce support for use of the
reckon.stage
property (in Gradle) to be used when theSnapshotPreReleaseStrategy
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.The text was updated successfully, but these errors were encountered: