-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: graduate to stable 🚀 #287
base: main
Are you sure you want to change the base?
Conversation
README.md
Outdated
<!--BEGIN STABILITY BANNER--> | ||
|
||
--- | ||
|
||
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge) | ||
|
||
--- | ||
|
||
<!--END STABILITY BANNER--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -10,9 +10,8 @@ const project = new awscdk.AwsCdkConstructLibrary({ | |||
description: 'The CDK Construct Library that helps you build ECS services using simple extensions', | |||
name: 'cdklabs/cdk-ecs-service-extensions', | |||
repositoryUrl: 'https://github.com/cdklabs/cdk-ecs-service-extensions.git', | |||
stability: 'experimental', | |||
stability: 'stable', | |||
majorVersion: 2, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if 2.1 is the version we seek, have you confirmed this? We can enable dryRun
to test it out before if we are worried.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, let's do that to check. I don't want to accidentally re-release 2.0.0 or have a patch release go out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean publishDryRun
in the .projenrc.js
settings?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i believe so :).
Removes the alpha prerelease annotation and sets the module to "stable."