Skip to content

Commit

Permalink
feat: support golang (closes cdklabs#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
echeung-amzn committed Aug 12, 2022
1 parent f1adaca commit cbf0c34
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitattributes

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

25 changes: 25 additions & 0 deletions .github/workflows/build.yml

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

34 changes: 34 additions & 0 deletions .github/workflows/release.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.

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.

5 changes: 5 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
mavenArtifactId: "cdkmonitoringconstructs",
mavenEndpoint: "https://s01.oss.sonatype.org",
},
// Artifact config: Go
publishToGo: {
moduleName: "github.com/cdklabs/cdkmonitoringconstructs",
},

// Auto approval config
autoApproveOptions: {
Expand Down Expand Up @@ -122,6 +126,7 @@ project.release.addJobs({
"release_npm",
"release_nuget",
"release_pypi",
"release_golang",
],
steps: [
{
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ See https://pypi.org/project/cdk-monitoring-constructs/
See https://www.nuget.org/packages/Cdklabs.CdkMonitoringConstructs/
</details>

<details><summary><strong>Golang</strong></summary>

Coming soon!
</details>


## Features

Expand Down
4 changes: 4 additions & 0 deletions package.json

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

0 comments on commit cbf0c34

Please sign in to comment.