crate / crate-qa

CrateDB Quality Assurance
4 stars 1 forks source link

Bump cr8 version to 0.24.0 #280

Closed BaurzhanSakhariev closed 1 year ago

BaurzhanSakhariev commented 1 year ago

It contains handling for maven as build system when using source path or branch:<name> as target version.

https://github.com/mfussenegger/cr8/commit/fcd8161265bc0841058ab9f86e63eba6df6702ff

Useful for local debugging when replacing ROLLING_UPGRADES to smth like

ROLLING_UPGRADES = (
    UpgradePath('5.4.x', '/path-to-crate-repo'),
)