Releasing a solutions constructs version with each AWS CDK version #261
alexpulver
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! My first time using discussions, so hope it's the correct place :).
With AWS CDK v1, all AWS CDK packages should be on the same version, otherwise things break. Furthermore, currently AWS Solutions Constructs has a requirement to be on the same version as AWS CDK packages. It means that I can't update AWS CDK packages version unless AWS Solutions Constructs support it.
What do you folks think about having AWS Solutions Constructs automatically cut a compatible release triggered by AWS CDK packages release?
The automatic release can use a last known release tag as a base. Looking at package.json of one of the constructs, the version pinning is decided at build/publish time. So perhaps doing automatic releases can be made without significantly altering the existing workflow.
Beta Was this translation helpful? Give feedback.
All reactions