Skip to content

Commit

Permalink
chore(pipelines): remove confusing versioning section (aws#19071)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
rix0rrr committed Feb 21, 2022
1 parent 3dc32dc commit 78f1076
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions packages/@aws-cdk/pipelines/README.md
Expand Up @@ -150,21 +150,9 @@ pipeline will automatically reconfigure itself to deploy those new stages and
stacks.

(Note that have to *bootstrap* all environments before the above code
will work, see the section **CDK Environment Bootstrapping** below).

## CDK Versioning

This library uses prerelease features of the CDK framework, which can be enabled
by adding the following to `cdk.json`:

```js
{
// ...
"context": {
"@aws-cdk/core:newStyleStackSynthesis": true
}
}
```
will work, and switch on "Modern synthesis" if you are using
CDKv1. See the section **CDK Environment Bootstrapping** below for
more information).

## Provisioning the pipeline

Expand Down

0 comments on commit 78f1076

Please sign in to comment.