Skip to content

Commit fec928e

Browse files
authored
chore: release app-staging-synthesizer-alpha (#25781)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent fb6ec6a commit fec928e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

packages/@aws-cdk/app-staging-synthesizer-alpha/.npmignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@ coverage
1111
*.tgz
1212
.eslintrc.js
1313
# exclude cdk artifacts
14-
**/cdk.out
14+
**/cdk.out
15+
dist
16+
.LAST_PACKAGE
17+
*.tsbuildinfo
18+
test/
19+
tsconfig.json
20+
!.jsii

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-cdk/app-staging-synthesizer-alpha",
3-
"private": true,
3+
"private": false,
44
"version": "0.0.0",
55
"description": "Cdk synthesizer for with app-scoped staging stack",
66
"main": "lib/index.js",
@@ -97,5 +97,8 @@
9797
"peerDependencies": {
9898
"aws-cdk-lib": "0.0.0",
9999
"constructs": "^10.0.0"
100+
},
101+
"publishConfig": {
102+
"tag": "latest"
100103
}
101104
}

0 commit comments

Comments
 (0)