Skip to content

Commit

Permalink
feat(pipelines): CDK Pipelines is now Generally Available (#15667)
Browse files Browse the repository at this point in the history
Switch the CDK Pipelines API to stable and GA.


----

*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 authored Jul 22, 2021
1 parent 56f3275 commit 2e4cfae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions packages/@aws-cdk/pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@

---

![cdk-constructs: Developer Preview](https://img.shields.io/badge/cdk--constructs-developer--preview-informational.svg?style=for-the-badge)

> The APIs of higher level constructs in this module are in **developer preview** before they
> become stable. We will only make breaking changes to address unforeseen API issues. Therefore,
> these APIs are not subject to [Semantic Versioning](https://semver.org/), and breaking changes
> will be announced in release notes. This means that while you may use them, you may need to
> update your source code when upgrading to a newer version of this package.
![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)

---

Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/pipelines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"node": ">= 10.13.0 <13 || >=13.7.0"
},
"license": "Apache-2.0",
"stability": "experimental",
"maturity": "developer-preview",
"stability": "stable",
"maturity": "stable",
"cdk-build": {
"jest": true,
"env": {
Expand Down

0 comments on commit 2e4cfae

Please sign in to comment.