Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BREAKING] Pass the Pipeline to Stage through props instead of parent #568

Merged
merged 1 commit into from
Aug 15, 2018

Commits on Aug 15, 2018

  1. refactor(aws-codepipeline): Pass the Pipeline to Stage through props …

    …instead of parent.
    
    BREAKING CHANGE: this commit changes the way we pass a Pipeline to a newly created Stage.
    Instead of passing it as a parent, in the first argument of the constructor,
    we now pass it through a separate props object, in the pipeline property.
    This is in order to make Stage more consistent with other Constructs,
    and with the changes made to the Actions API in aws#459.
    skinny85 committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    dd813d8 View commit details
    Browse the repository at this point in the history