cdk-ecr-deployment
cdk-ecr-deployment copied to clipboard
fix: bump allowed major version
Fixes releasing of main branch which bumps major version
@wchaws This is needed for release, or then rewriting the history in main to keep major in v2.
This is needed for release, or then rewriting the history in main to keep major in v2.
But this will leave a version of v3.0.0 in npm.
This is needed for release, or then rewriting the history in main to keep major in v2.
But this will leave a version of v3.0.0 in npm.
I think there's no 3.0.0 in npm as action failed before publishing (https://www.npmjs.com/package/cdk-ecr-deployment). So if history is rewritten and Breaking change removed, 2.x version is released including break in the credential usage.
Change was reverted. We stay on the v2 line for now.