You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when the CDK is build the resulting zip file is just called cdk.zip. This makes it hard to distinguish between multiple versions. It would be nice if the zip bundle would contain a version identifier, eg cdk-2.2.zip (public/final releases) or cdk-.zip (for daily builds).
Currently when the CDK is build the resulting zip file is just called cdk.zip. This makes it hard to distinguish between multiple versions. It would be nice if the zip bundle would contain a version identifier, eg cdk-2.2.zip (public/final releases) or cdk-.zip (for daily builds).