Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Mar 12, 2024
1 parent ae27b58 commit aae1861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-codepipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ To migrate your pipeline type from V1 to V2, you just need to update the `pipeli
This migration does not cause replacement of your pipeline.

When the `@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2` feature flag is set to `true` (default for new projects),
the V2 type is selected by default. Otherwise, the V1 type is selected.
the V2 type is selected by default if you do not specify a value for `pipelineType` property. Otherwise, the V1 type is selected.

```ts
new codepipeline.Pipeline(this, 'Pipeline', {
Expand Down

0 comments on commit aae1861

Please sign in to comment.