Skip to content

Commit 3d67ddf

Browse files
authored
chore(release): release and bump versions of packages (#1602)
1 parent 6839c8f commit 3d67ddf

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.changeset/warm-seas-run.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @asyncapi/cli
22

3+
## 2.14.0
4+
5+
### Minor Changes
6+
7+
- 6839c8f: - Changed docker build to a source code based build
8+
- Changed name of github action to avoid clash
9+
- Fixed Docker and Release Pipeline
10+
311
## 2.13.1
412

513
### Patch Changes

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'AsyncAPI CLI Action'
2-
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.'
1+
name: 'Generator, Validator, Converter and others - all in one for your AsyncAPI docs'
2+
description: 'Use this action to generate docs or code from your AsyncAPI document. Use default templates or provide your custom ones.'
33
inputs:
44
cli_version:
55
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:
3838
using: 'docker'
3939
# This is the image that will be used to run the action.
4040
# IMPORTANT: The version has to be changed manually in your PRs.
41-
image: 'docker://asyncapi/github-action-for-cli:2.13.1'
41+
image: 'docker://asyncapi/github-action-for-cli:2.14.0'
4242
args:
4343
- ${{ inputs.cli_version }}
4444
- ${{ inputs.command }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asyncapi/cli",
33
"description": "All in one CLI for all AsyncAPI tools",
4-
"version": "2.13.1",
4+
"version": "2.14.0",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"

0 commit comments

Comments
 (0)