-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: parses Liquibase local build DEV version #348
base: master
Are you sure you want to change the base?
Conversation
a4dd71d
to
fbbf7c8
Compare
…re that lpm believes this is the latest version ever.
bcc1d3a
to
1a3a3c8
Compare
Quality Gate passedIssues Measures |
@filipelautert : is this still a valid PR? If yes, can we merge it? |
Quality Gate passedIssues Measures |
@sayaliM0412 still a valid PR. IMHO it can be merged. |
I'm not a fan of adding this logic to lpm. I'm not sure we should support this use case. |
feat: when building liquibase locally version is set to
DEV
instead of the expectedMAJOR.MINOR.PATCH
pattern -> https://github.com/liquibase/liquibase/blob/1b8546371a2a29aee5d25286bbf111ed3b544d0a/liquibase-standard/src/main/resources/liquibase.build.properties#L7This PR ensures that lpm believes this is the latest version ever.