Skip to content

Commit ac24ff7

Browse files
Justinongithub-actions
andauthored
feat(infra)!: Better shard support (#6)
* chore(infra): Set minMajorVersion so we can release breaking changes [CLK-192247] * feat(infra)!: Remove regionDetails, expose more attrs [CLK-192247] * chore: self mutation Signed-off-by: github-actions <github-actions@github.com> * chore(infra): DRY up and rename interfaces [CLK-192247] Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent 2883494 commit ac24ff7

File tree

4 files changed

+121
-158
lines changed

4 files changed

+121
-158
lines changed

.projenrc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const project = new clickupCdk.ClickUpCdkConstructLibrary({
88
name: 'cdk-named-environments',
99
repositoryUrl: 'https://github.com/time-loop/cdk-named-environments.git',
1010
projenrcTs: true,
11+
minMajorVersion: 1,
1112

1213
// deps: [],
1314
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */

API.md

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

0 commit comments

Comments
 (0)