Skip to content

Commit

Permalink
fix: npm release fix (#41)
Browse files Browse the repository at this point in the history
* Add different release tag for sbt components and point solutions

* Added dash to release tags
  • Loading branch information
ujwalbukka authored May 14, 2024
1 parent 8be1815 commit 5c8420c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .projen/tasks.json

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

4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
npmIgnoreOptions: {
ignorePatterns: NPM_IGNORE_PATTERNS,
},
releaseTagPrefix: '@cdklabs/sbt-aws',
releaseTagPrefix: '@cdklabs/sbt-aws-',
});

// Add License header automatically
Expand Down Expand Up @@ -148,7 +148,7 @@ const jsiiLibraryProjectOptions: cdk.JsiiProjectOptions = {
run: 'npm ci',
},
],
releaseTagPrefix: '@aws/sbt-point-solutions-lib',
releaseTagPrefix: '@aws/sbt-point-solutions-lib-',
bundledDeps: [
'@aws-sdk/client-sts',
'@aws-sdk/client-ssm',
Expand Down
6 changes: 3 additions & 3 deletions src/point-solutions/libraries/.projen/tasks.json

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

0 comments on commit 5c8420c

Please sign in to comment.