Skip to content

Commit

Permalink
Merge pull request #112 from gammarers/feature/add-publish-setting
Browse files Browse the repository at this point in the history
feat: add publish setting
  • Loading branch information
yicr authored Nov 13, 2024
2 parents efa2e59 + e52b2a9 commit eb3215f
Show file tree
Hide file tree
Showing 7 changed files with 289 additions and 85 deletions.
74 changes: 74 additions & 0 deletions .github/workflows/build.yml

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

83 changes: 83 additions & 0 deletions .github/workflows/release.yml

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

4 changes: 4 additions & 0 deletions .mergify.yml

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

24 changes: 24 additions & 0 deletions .projen/tasks.json

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

8 changes: 8 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,13 @@ const project = new cdk.JsiiProject({
secret: 'GITHUB_TOKEN',
allowedUsernames: ['yicr'],
},
publishToPypi: {
distName: 'gammarers.aws-cdk-errors',
module: 'gammarers.aws_cdk_errors',
},
publishToNuget: {
dotNetNamespace: 'Gammarers.CDK.AWS',
packageId: 'Gammarers.CDK.AWS.CdkErrors',
},
});
project.synth();
13 changes: 12 additions & 1 deletion package.json

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

Loading

0 comments on commit eb3215f

Please sign in to comment.