Skip to content

Commit 50b14fd

Browse files
mrgraingithub-actions
and
github-actions
authored
chore(toolkit-lib): enable release (#111)
Enable release for `@aws-cdk/toolkit-lib`. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license --------- Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent ee523db commit 50b14fd

File tree

7 files changed

+145
-10
lines changed

7 files changed

+145
-10
lines changed

.github/workflows/release.yml

+70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1019,9 +1019,7 @@ const TOOLKIT_LIB_EXCLUDE_PATTERNS = [
10191019

10201020
const toolkitLib = configureProject(
10211021
new yarn.TypeScriptWorkspace({
1022-
...genericCdkProps({
1023-
private: true,
1024-
}),
1022+
...genericCdkProps(),
10251023
parent: repo,
10261024
name: '@aws-cdk/toolkit-lib',
10271025
description: 'AWS CDK Programmatic Toolkit Library',

packages/@aws-cdk/toolkit-lib/.gitignore

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/toolkit-lib/.npmignore

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/toolkit-lib/.projen/deps.json

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/toolkit-lib/.projen/tasks.json

+55-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/toolkit-lib/package.json

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)