`bump-cdk` is currently setting incorrect versions for alpha packages. e.g. `@aws-cdk/aws-synthetics-alpha` is set to `2.9.0` not `2.9.0-alpha.0`. I think these packages are using `-alpha.0` as a standard suffix so this should be a fairly easy fix?
bump-cdkis currently setting incorrect versions for alpha packages.e.g.
@aws-cdk/aws-synthetics-alphais set to2.9.0not2.9.0-alpha.0.I think these packages are using
-alpha.0as a standard suffix so this should be a fairly easy fix?