Skip to content

Commit b9d42b4

Browse files
committed
feat: publish 'app-staging-synthesizer-alpha' for Go
This turns on Go publishing for the `@aws-cdk/app-staging-synthesizer-alpha` package. This PR *should* be all that is necessary, given that all other alpha packages are publishing into the same GitHub repo as this one and it already exists. We will monitor during the next release.
1 parent b99f241 commit b9d42b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@aws-cdk/app-staging-synthesizer-alpha/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
"namespace": "Amazon.CDK.AppStagingSynthesizer.Alpha",
3636
"packageId": "Amazon.CDK.AppStagingSynthesizer.Alpha",
3737
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png"
38+
},
39+
"go": {
40+
"moduleName": "github.com/aws/aws-cdk-go",
41+
"packageName": "appstagingsynthesizeralpha"
3842
}
3943
}
4044
},

0 commit comments

Comments
 (0)