Skip to content

Commit 78f1076

Browse files
authored
chore(pipelines): remove confusing versioning section (#19071)
The information is already below. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 3dc32dc commit 78f1076

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

packages/@aws-cdk/pipelines/README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -150,21 +150,9 @@ pipeline will automatically reconfigure itself to deploy those new stages and
150150
stacks.
151151

152152
(Note that have to *bootstrap* all environments before the above code
153-
will work, see the section **CDK Environment Bootstrapping** below).
154-
155-
## CDK Versioning
156-
157-
This library uses prerelease features of the CDK framework, which can be enabled
158-
by adding the following to `cdk.json`:
159-
160-
```js
161-
{
162-
// ...
163-
"context": {
164-
"@aws-cdk/core:newStyleStackSynthesis": true
165-
}
166-
}
167-
```
153+
will work, and switch on "Modern synthesis" if you are using
154+
CDKv1. See the section **CDK Environment Bootstrapping** below for
155+
more information).
168156

169157
## Provisioning the pipeline
170158

0 commit comments

Comments
 (0)