Skip to content

Commit

Permalink
feat: python and go release (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-robot-in authored Apr 27, 2022
1 parent bfc370e commit 504c497
Show file tree
Hide file tree
Showing 6 changed files with 164 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* @mr-robot-in
* @Hunter-Thompson
* @gagan1510
50 changes: 50 additions & 0 deletions .github/workflows/build.yml

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

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

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

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

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

7 changes: 7 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ const project = new awscdk.AwsCdkConstructLibrary({
],
npmAccess: NpmAccess.PUBLIC,
releaseToNpm: true,
publishToPypi: {
distName: 'cdk-vpc-module',
module: 'cdk_vpc_module',
},
publishToGo: {
moduleName: 'cdk-vpc-module-go',
},
releaseEveryCommit: true,
licensed: true, /* Indicates if a license should be added. */
dependabot: false, /* Include dependabot configuration. */
Expand Down
12 changes: 11 additions & 1 deletion package.json

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

0 comments on commit 504c497

Please sign in to comment.