We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bump-cdk is currently setting incorrect versions for alpha packages.
bump-cdk
e.g. @aws-cdk/aws-synthetics-alpha is set to 2.9.0 not 2.9.0-alpha.0.
@aws-cdk/aws-synthetics-alpha
2.9.0
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?
-alpha.0
The text was updated successfully, but these errors were encountered:
I will try and raise a PR for this when I get a second...
Sorry, something went wrong.
No branches or pull requests
bump-cdk
is currently setting incorrect versions for alpha packages.e.g.
@aws-cdk/aws-synthetics-alpha
is set to2.9.0
not2.9.0-alpha.0
.I think these packages are using
-alpha.0
as a standard suffix so this should be a fairly easy fix?The text was updated successfully, but these errors were encountered: