Skip to content

Commit a477c66

Browse files
authored
fix: release integ-runner when there are changes to cloud assembly or CLI (#275)
This package is bundled, so when there are changes to the bundled packages it should be released as well. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 4218dbc commit a477c66

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.projenrc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1406,6 +1406,7 @@ const integRunner = configureProject(
14061406
},
14071407
},
14081408
}),
1409+
releasableCommits: transitiveToolkitPackages('@aws-cdk/integ-runner'),
14091410
}),
14101411
);
14111412
integRunner.gitignore?.addPatterns(

packages/@aws-cdk/integ-runner/.projen/tasks.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)