Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1556,6 +1556,15 @@ const cliInteg = configureProject(
// integ tests.
majorVersion: 3,

// For our integ tests we can just release anything, doesn't matter if it
// is a dependency update or something else. In fact we often incorrectly
// label changes updates as 'chore' and then our canaries start failing
// because we didn't release the integ tests package.
//
// Cannot be set to `ReleasableCommits.everyCommit()` because that would
// actually include very commit in the monorepo.
releasableCommits: pj.ReleasableCommits.exec('git log --no-merges --oneline $LATEST_TAG..HEAD -- .'),

srcdir: '.',
libdir: '.',
deps: [
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk-testing/cli-integ/.projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading