Skip to content

Commit 7eb1f9b

Browse files
rix0rrrgithub-actions
andauthored
chore: cdk-assets did not release (#687)
When we last bumped the cloud assembly schema version, `cdk-assets` did not release, because it doesn't have a dependency on the cloud assembly schema package we could track in projen. Relates to aws/aws-cdk#34912. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license --------- Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent cf35f57 commit 7eb1f9b

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.projenrc.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,10 @@ const cdkAssetsLib = configureProject(
672672

673673
// Append a specific version string for testing
674674
nextVersionCommand: 'tsx ../../../projenrc/next-version.ts neverMajor maybeRc',
675+
676+
releasableCommits: transitiveFeaturesAndFixes('@aws-cdk/cdk-assets-lib', [
677+
'@aws-cdk/cloud-assembly-schema',
678+
]),
675679
}),
676680
);
677681

@@ -744,6 +748,11 @@ const cdkAssetsCli = configureProject(
744748

745749
// Append a specific version string for testing
746750
nextVersionCommand: 'tsx ../../projenrc/next-version.ts maybeRc',
751+
752+
releasableCommits: transitiveFeaturesAndFixes('cdk-assets', [
753+
'@aws-cdk/cdk-assets-lib',
754+
'@aws-cdk/cloud-assembly-schema',
755+
]),
747756
}),
748757
);
749758

packages/@aws-cdk/cdk-assets-lib/.projen/tasks.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cdk-assets/.projen/tasks.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)