Skip to content

Commit

Permalink
Merge pull request #1 from ash17290/test2
Browse files Browse the repository at this point in the history
Test2
  • Loading branch information
ash17290 authored Oct 16, 2023
2 parents 385842d + cf1ca92 commit b6ccf3f
Show file tree
Hide file tree
Showing 47 changed files with 16,790 additions and 13,929 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,15 @@
"contributions": [
"doc"
]
},
{
"login": "GreenRover",
"name": "Heiko Henning",
"avatar_url": "https://avatars.githubusercontent.com/u/512850?v=4",
"profile": "https://github.com/GreenRover",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/release-chocolatey.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release Chocolatey Package
on:
release:
types: [published]
workflow_dispatch:
inputs:
version:
description: 'Version to release'
required: true

jobs:
release:
name: Publish to Chocolatey Community
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Chocolatey Pack
run: choco new -h
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
!assets/examples/tutorial.yml
node_modules
/test/integration/generate/models/
test.asyncapi-cli
asyncapi.json
asyncapi.yml
test/fixtures/minimaltemplate/__transpiled
.vscode


oclif.manifest.json
spec-examples.zip

Expand Down
8 changes: 8 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"check-coverage": true,
"reporter": [
"text",
"html"
]
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Thanks go to these wonderful people ([emoji key](https://allcontributors.org/doc
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mhmohona"><img src="https://avatars.githubusercontent.com/u/14244685?v=4?s=100" width="100px;" alt="Mahfuza Humayra Mohona"/><br /><sub><b>Mahfuza Humayra Mohona</b></sub></a><br /><a href="https://github.com/asyncapi/cli/commits?author=mhmohona" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/GreenRover"><img src="https://avatars.githubusercontent.com/u/512850?v=4?s=100" width="100px;" alt="Heiko Henning"/><br /><sub><b>Heiko Henning</b></sub></a><br /><a href="https://github.com/asyncapi/cli/commits?author=GreenRover" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down
Loading

0 comments on commit b6ccf3f

Please sign in to comment.