From 448b3ed9fadcb80fefdb7cca5f4d3f26c07471d1 Mon Sep 17 00:00:00 2001 From: Colton Padden Date: Tue, 5 Oct 2021 09:36:58 -0400 Subject: [PATCH] modify changeset from patch to minor as we are in a 0.x release Signed-off-by: Colton Padden --- .changeset/neat-rings-protect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/neat-rings-protect.md b/.changeset/neat-rings-protect.md index 16b0a5fe82..9242d4ce6c 100644 --- a/.changeset/neat-rings-protect.md +++ b/.changeset/neat-rings-protect.md @@ -1,5 +1,5 @@ --- -'@backstage/create-app': minor +'@backstage/create-app': patch --- Support optional path argument when generating a project using `create-app`