-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Add the logic for the release of the unstable modules #15591
Description
We need to:
-
Create the bump logic in the
cdk-releasetool for unstable modules. The exact logic of the version bumping depends on the questions answered in Finalize the versions of the unstable modules in V2 #15581.The probable implementation is creating a
version.jsonfile in each directory of the generated unstable package with the current version, and bumping it if already exists. -
Modify the build of the alpha packages to take the version from the above mentioned file.
-
Change the
align-versionsscript to use the version from the above mentioned file to change the actual versions inpackage.jsonto the stated version. -
Add logic to the
cdk-releasetool that generates the individual Changelogs, and possibly integrates them with the master V2 Changelog.