Skip to content

Commit 8be1815

Browse files
authored
Add different release tag for sbt components and point solutions (#40)
1 parent 2cc5a75 commit 8be1815

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.projen/tasks.json

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

.projenrc.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
7070
npmIgnoreOptions: {
7171
ignorePatterns: NPM_IGNORE_PATTERNS,
7272
},
73+
releaseTagPrefix: '@cdklabs/sbt-aws',
7374
});
7475

7576
// Add License header automatically
@@ -147,6 +148,7 @@ const jsiiLibraryProjectOptions: cdk.JsiiProjectOptions = {
147148
run: 'npm ci',
148149
},
149150
],
151+
releaseTagPrefix: '@aws/sbt-point-solutions-lib',
150152
bundledDeps: [
151153
'@aws-sdk/client-sts',
152154
'@aws-sdk/client-ssm',

src/point-solutions/libraries/.projen/tasks.json

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

0 commit comments

Comments
 (0)