Skip to content

Commit d025923

Browse files
authored
chore: switch cli-integ-testing package to stable (#25131)
The scripts that install the testing package expect it to have a version number that is stable, but because its stability is `experimental` it gets the alpha version treatment. Error during pipeline build: ``` npm ERR! notarget No matching version found for @aws-cdk-testing/[email protected]. npm ERR! notarget In most cases you or one of your dependencies are requesting ``` But the actual version in the repository is: ``` 2.74.0-alpha.999 ``` ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 4381550 commit d025923

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

packages/@aws-cdk-testing/cli-integ/README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
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

packages/@aws-cdk-testing/cli-integ/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"engines": {
6767
"node": ">= 14.15.0"
6868
},
69-
"stability": "experimental",
70-
"maturity": "experimental",
69+
"stability": "stable",
70+
"maturity": "stable",
7171
"publishConfig": {
7272
"tag": "latest"
7373
}

0 commit comments

Comments
 (0)