Skip to content

Commit

Permalink
chore: release app-staging-synthesizer-alpha (#25781)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kaizencc authored May 30, 2023
1 parent fb6ec6a commit fec928e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion packages/@aws-cdk/app-staging-synthesizer-alpha/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ coverage
*.tgz
.eslintrc.js
# exclude cdk artifacts
**/cdk.out
**/cdk.out
dist
.LAST_PACKAGE
*.tsbuildinfo
test/
tsconfig.json
!.jsii
5 changes: 4 additions & 1 deletion packages/@aws-cdk/app-staging-synthesizer-alpha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/app-staging-synthesizer-alpha",
"private": true,
"private": false,
"version": "0.0.0",
"description": "Cdk synthesizer for with app-scoped staging stack",
"main": "lib/index.js",
Expand Down Expand Up @@ -97,5 +97,8 @@
"peerDependencies": {
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
},
"publishConfig": {
"tag": "latest"
}
}

0 comments on commit fec928e

Please sign in to comment.