From 08afb45512e9c8fcca7cc81f4b873e4bd3abaade Mon Sep 17 00:00:00 2001 From: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> Date: Thu, 26 Dec 2024 10:02:37 +0530 Subject: [PATCH 1/2] fix: prepare action for release (#1605) * fix: prepare action for release Changing name of the action as apparently name should be unique. * chore: add changeset --- .changeset/prep-action.md | 5 +++++ action.yml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 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 174b1752227c910396542bda0f41da7bab7a5103 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 26 Dec 2024 05:46:45 +0100 Subject: [PATCH 2/2] chore(release): release and bump versions of packages (#1611) --- .changeset/prep-action.md | 5 ----- .changeset/red-paws-ring.md | 5 ----- CHANGELOG.md | 7 +++++++ action.yml | 6 +++--- package.json | 2 +- 5 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 .changeset/prep-action.md delete mode 100644 .changeset/red-paws-ring.md diff --git a/.changeset/prep-action.md b/.changeset/prep-action.md deleted file mode 100644 index 2e460fbbe34..00000000000 --- a/.changeset/prep-action.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/cli": patch ---- - -Prepare github action for release diff --git a/.changeset/red-paws-ring.md b/.changeset/red-paws-ring.md deleted file mode 100644 index bee60532207..00000000000 --- a/.changeset/red-paws-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/cli": patch ---- - -ci: bump artifact actions to v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index acbad0fd933..49dbfa2ef65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @asyncapi/cli +## 2.14.1 + +### Patch Changes + +- 08afb45: Prepare github action for release +- da64c63: ci: bump artifact actions to v4 + ## 2.14.0 ### Minor Changes diff --git a/action.yml b/action.yml index d8ae13a7f7e..72503d986dd 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -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.' +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.' 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.' @@ -38,7 +38,7 @@ runs: using: 'docker' # This is the image that will be used to run the action. # IMPORTANT: The version has to be changed manually in your PRs. - image: 'docker://asyncapi/github-action-for-cli:2.14.0' + image: 'docker://asyncapi/github-action-for-cli:2.14.1' args: - ${{ inputs.cli_version }} - ${{ inputs.command }} diff --git a/package.json b/package.json index 133d9799deb..ed0738ecfd7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asyncapi/cli", "description": "All in one CLI for all AsyncAPI tools", - "version": "2.14.0", + "version": "2.14.1", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run_bin"