From 44293233a9235dfae7ef736183326712b8b0c26c Mon Sep 17 00:00:00 2001 From: Mad Mirrajabi Date: Sun, 3 Dec 2023 00:10:03 +0100 Subject: [PATCH] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5387584..7df4a44 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a simple tool that leverages AWS Application Composer's renderer to render CloudFormation templates. Since **CDK** also generates CloudFormation templates, this tool can be used to render the stacks created by CDK projects as well. -**Beta notice**: This tool is currently in beta. Please report any issues you encounter. also read the [Good to know](#good-to-know) section. Unfortunately, [`semantic-release` doesn't support beta releases](https://semantic-release.gitbook.io/semantic-release/support/faq#can-i-set-the-initial-release-version-of-my-package-to-0.0.1). So, I'm using `1.0.0` as the version for now. +**Beta notice**: This tool is currently in beta. Please report any issues you encounter. also read the [Good to know](#good-to-know) section. Unfortunately, [`semantic-release` doesn't support beta releases](https://semantic-release.gitbook.io/semantic-release/support/faq#can-i-set-the-initial-release-version-of-my-package-to-0.0.1). That's why this project's version started from `1.0.0`. ## Example output