Skip to content

Commit a97d9c3

Browse files
author
Eugene Cheung
authored
feat: support golang (#213)
1 parent f1adaca commit a97d9c3

File tree

7 files changed

+87
-0
lines changed

7 files changed

+87
-0
lines changed

.github/workflows/build.yml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.mergify.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
3636
mavenArtifactId: "cdkmonitoringconstructs",
3737
mavenEndpoint: "https://s01.oss.sonatype.org",
3838
},
39+
// Artifact config: Go
40+
publishToGo: {
41+
moduleName: "github.com/cdklabs/cdkmonitoringconstructs",
42+
},
3943

4044
// Auto approval config
4145
autoApproveOptions: {
@@ -122,6 +126,7 @@ project.release.addJobs({
122126
"release_npm",
123127
"release_nuget",
124128
"release_pypi",
129+
"release_golang",
125130
],
126131
steps: [
127132
{

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ See https://pypi.org/project/cdk-monitoring-constructs/
5757
See https://www.nuget.org/packages/Cdklabs.CdkMonitoringConstructs/
5858
</details>
5959

60+
<details><summary><strong>Golang</strong></summary>
61+
62+
Coming soon!
63+
</details>
64+
6065

6166
## Features
6267

package.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)