Remove the old release scripts #15595
Labels
aws-cdk-lib
Related to the aws-cdk-lib package
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
In #15331, we introduced a new tool,
cdk-release
, responsible for performing the version bump, generating the Changelog, etc. However, we still left the old logic intact (accessible by setting theLEGACY_BUMP
environment variable), in case the new tool had some bugs.Now that we have done a few releases using the new tool, it seems to be battle-tested enough, and we're ready to remove the old release process:
LEGACY_BUMP
branch of thebump.js
script. We should probably change thebump.sh
script to call thecdk-release
tool directly, and remove thebump.js
script completely.v2-main
branch).standard-version
package.The text was updated successfully, but these errors were encountered: