Skip to content

Commit

Permalink
feat: go publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 7, 2022
1 parent 9962fa7 commit 15002c8
Show file tree
Hide file tree
Showing 10 changed files with 505 additions and 12,027 deletions.
36 changes: 32 additions & 4 deletions .github/workflows/build.yml

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

42 changes: 39 additions & 3 deletions .github/workflows/release.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/upgrade-main.yml

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

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

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

10 changes: 0 additions & 10 deletions .projen/deps.json

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

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

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

3 changes: 3 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
distName: 'alma-cdk.domain',
module: 'alma_cdk.domain',
},
publishToGo: {
moduleName: 'github.com/alma-cdk/domain-go',
},

// Dependencies
minNodeVersion: nodejsVersion,
Expand Down
Loading

0 comments on commit 15002c8

Please sign in to comment.