-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use the Reckoner to calculate a local development version with -SNAPSHOT #114
Comments
klu2
added a commit
that referenced
this issue
Nov 11, 2022
…SNAPSHOT Signed-off-by: Klaus Lehner <[email protected]>
klu2
added a commit
that referenced
this issue
Nov 11, 2022
…SNAPSHOT Signed-off-by: Klaus Lehner <[email protected]>
klu2
added a commit
that referenced
this issue
Nov 11, 2022
…SNAPSHOT Signed-off-by: Klaus Lehner <[email protected]>
klu2
added a commit
that referenced
this issue
Nov 11, 2022
…SNAPSHOT (#115) * #114 use the reckoner to calculate a local development version with -SNAPSHOT Signed-off-by: Klaus Lehner <[email protected]> Co-authored-by: Clemens Grabmann <[email protected]>
This was referenced Nov 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #112 we decided to not apply the Reckon-Plugin locally (when not being on a CI-server) as of the discussion in ajoberstar/reckon#189 and instead hardcode the current version to
1.0.0-SNAPSHOT
.As this might be really confusing to developers, we should enhance this bypass as follows:
patch
, using stagesrc
andfinal
(so just like the defaults inside ourAutoConfigureSettingsPlugin
0.8.5-rc.0.0+20221111T075331Z
which we don't want0.8.5-SNAPSHOT
and use this as the newproject.version
That way:
0.8.5-SNAPSHOT
comes after0.8.5-rc.0.0+20221111T075331Z
)reckonTagCreate
andreckonTagPush
locally (which is good, as we're bypassing reckoner-default-logic)1.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: