Skip to content

Commit 23980f2

Browse files
committed
chore: baseline action-template, fix spelling mistake
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
1 parent 83bd6bd commit 23980f2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
- Node.js version 24 or higher is now required.
1616
- NPM version 11 or higher is now required.
1717
- Next.js version is now 14.2.35 or higher.
18-
- The CLI now exclusively uses Generator v3 onlu.
18+
- The CLI now exclusively uses Generator v3 only.
1919
- The `--use-new-generator` flag has been removed from the `generate fromTemplate` command.
20+
- Default template in action has been upgraded to `@asyncapi/markdown-template@2.0.0`
2021

2122
Please make sure to update your environment accordingly before upgrading to this version.
2223

action-template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ inputs:
1515
default: 'asyncapi.yml'
1616
template:
1717
description: 'Template for the generator. Official templates are listed here https://github.com/search?q=topic%3Aasyncapi+topic%3Agenerator+topic%3Atemplate. You can pass template as npm package, url to git repository, link to tar file or local template.'
18-
required: true
18+
default: '@asyncapi/markdown-template@2.0.0'
19+
required: false
1920
language:
2021
description: 'Language of the generated code. This input is required if you want to generate models. List of available languages can be found in https://www.asyncapi.com/docs/tools/cli/usage#asyncapi-generate-models-language-file'
2122
required: false

0 commit comments

Comments
 (0)