From 8f51966634876901d03d091a8e200d7acde12283 Mon Sep 17 00:00:00 2001 From: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> Date: Sat, 21 Dec 2024 19:14:07 +0530 Subject: [PATCH 1/2] fix: prepare action for release Changing name of the action as apparently name should be unique. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 258c39ef712..d8ae13a7f7e 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Generator, Validator, Converter and others - all in one for your AsyncAPI docs' -description: 'Use this action to generate docs or code from your AsyncAPI document. Use default templates or provide your custom ones.' +name: 'AsyncAPI CLI Action' +description: 'One stop solution for all your AsyncAPI Specification needs in github actions. Use this action to generate code, validate your AsyncAPI document, convert it to other formats, optimize it or run custom commands.' inputs: cli_version: description: 'Version of AsyncAPI CLI to be used. This is only needed if you want to test with a specific version of AsyncAPI CLI. Default is latest which is also the recommended option.' From b2a5d1f3cc5417816d6279f7e9a8f6a699b136c9 Mon Sep 17 00:00:00 2001 From: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> Date: Sat, 21 Dec 2024 19:16:25 +0530 Subject: [PATCH 2/2] chore: add changeset --- .changeset/prep-action.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/prep-action.md diff --git a/.changeset/prep-action.md b/.changeset/prep-action.md new file mode 100644 index 00000000000..2e460fbbe34 --- /dev/null +++ b/.changeset/prep-action.md @@ -0,0 +1,5 @@ +--- +"@asyncapi/cli": patch +--- + +Prepare github action for release