Skip to content

Commit 1d4fd87

Browse files
authored
chore: also rc-bump version of the cli-integ package when testing (#446)
This look confusing, because the tests will have a real-looking version in logs (and not an obviously fake version ending in `.999`). --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent eafb53b commit 1d4fd87

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.projenrc.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,6 +1603,9 @@ const cliInteg = configureProject(
16031603
},
16041604
},
16051605
}),
1606+
1607+
// Append a specific version string for testing
1608+
nextVersionCommand: 'tsx ../../../projenrc/next-version.ts maybeRc',
16061609
}),
16071610
);
16081611
cliInteg.eslint?.addIgnorePattern('resources/**/*.ts');

packages/@aws-cdk-testing/cli-integ/.projen/tasks.json

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

0 commit comments

Comments
 (0)