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

feat: graduate to stable 🚀 #287

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

feat: graduate to stable 🚀 #287

wants to merge 4 commits into from

Conversation

bvtujo
Copy link
Contributor

@bvtujo bvtujo commented Jan 10, 2023

Removes the alpha prerelease annotation and sets the module to "stable."

README.md Outdated
Comment on lines 2 to 10
<!--BEGIN STABILITY BANNER-->

---

![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)

---

<!--END STABILITY BANNER-->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add this back in: showing raw and rendered verison:

<!--BEGIN STABILITY BANNER-->

---

![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)

---

<!--END STABILITY BANNER-->

cdk-constructs: Stable


@@ -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,
Copy link
Contributor

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.

Copy link
Contributor Author

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.

Copy link
Contributor Author

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i believe so :).

@kaizencc kaizencc changed the title chore: mark extensions stable and remove alpha prerelease tag feat: graduate to stable 🚀 Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants