Skip to content

Conversation

bvtujo
Copy link
Contributor

@bvtujo bvtujo commented Jan 10, 2023

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

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


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