Skip to content

Commit 5dd8b95

Browse files
committed
chore(release): ensure a copy of the license is included with published packages
1 parent 7c3796e commit 5dd8b95

File tree

9 files changed

+17
-9
lines changed

9 files changed

+17
-9
lines changed

packages/@cdktf/cli-core/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.yalc
33
yalc.lock
44
bundle
5-
!ambient.d.ts
5+
!ambient.d.ts
6+
LICENSE**

packages/@cdktf/commons/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.yalc
33
yalc.lock
44
bundle
5-
!ambient.d.ts
5+
!ambient.d.ts
6+
LICENSE**

packages/@cdktf/hcl-tools/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
**/*wasm.gz
66
tsconfig.tsbuildinfo
77
wasm.md
8-
!tsconfig.json
8+
!tsconfig.json
9+
LICENSE**

packages/@cdktf/hcl2cdk/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ tsconfig.tsbuildinfo
55
cdktf-convert-*
66
cdktf-provider*
77
!ambient.d.ts
8+
LICENSE**

packages/@cdktf/hcl2json/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
**/*wasm.gz
66
tsconfig.tsbuildinfo
77
wasm.md
8-
!tsconfig.json
8+
!tsconfig.json
9+
LICENSE**

packages/@cdktf/provider-generator/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ tsconfig.tsbuildinfo
55
edge-provider-bindings
66
cdktf-provider-generator-*.tgz
77
!test/generate-provider-tests.js
8-
!ambient.d.ts
8+
!ambient.d.ts
9+
LICENSE**

packages/@cdktf/provider-schema/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.yalc
33
yalc.lock
44
bundle
5-
!ambient.d.ts
5+
!ambient.d.ts
6+
LICENSE**

packages/cdktf-cli/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.yalc
33
yalc.lock
44
bundle
5-
!ambient.d.ts
5+
!ambient.d.ts
6+
LICENSE**

packages/cdktf/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
21
dist/
32
tsconfig.json
43
tsconfig.tsbuildinfo
54
.jsii
6-
!scripts/generate-documentation.js
5+
!scripts/generate-documentation.js
6+
LICENSE**

0 commit comments

Comments
 (0)