Skip to content

Commit 0591817

Browse files
authored
chore(cdk-assets): mark as stable (#25319)
We've already been publishing with a stable version for a long time. A recent change to the repo structure caused us to publish with alpha versions, but let's just mark it as stable instead. fixes #25143
1 parent 90cb79f commit 0591817

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

packages/cdk-assets/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@
33

44
---
55

6-
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)
7-
8-
> The APIs of higher level constructs in this module are experimental and under active development.
9-
> They are subject to non-backward compatible changes or removal in any future version. These are
10-
> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be
11-
> announced in the release notes. This means that while you may use them, you may need to update
12-
> your source code when upgrading to a newer version of this package.
6+
![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)
137

148
---
159

1610
<!--END STABILITY BANNER-->
1711

12+
1813
A tool for publishing CDK assets to AWS environments.
1914

2015
## Overview

packages/cdk-assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"rm"
7575
]
7676
},
77-
"stability": "experimental",
78-
"maturity": "experimental",
77+
"stability": "stable",
78+
"maturity": "stable",
7979
"publishConfig": {
8080
"tag": "latest"
8181
}

0 commit comments

Comments
 (0)