Skip to content

Commit

Permalink
chore: allow releases to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAmazonKendra committed Aug 8, 2024
1 parent 87f4880 commit 8201994
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
31 changes: 30 additions & 1 deletion .github/workflows/release.yml

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

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const project = new typescript.TypeScriptProject({
projenrcTs: true,
defaultReleaseBranch: 'v2-main',
majorVersion: 2,
releaseToNpm: true,
autoApproveUpgrades: true,
autoApproveOptions: {
allowedUsernames: ['aws-cdk-automation'],
Expand Down

0 comments on commit 8201994

Please sign in to comment.