Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domharrington committed Jul 10, 2023
1 parent 529d7d3 commit 19f27f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -26,15 +26,15 @@ jobs:
uses: actions/checkout@v3

- name: GitHub Action
uses: readmeio/readme-micro@v2.3.0
uses: readmeio/readme-micro@v2.4.0
with:
readme-micro: "'**/*.{yaml,yml,json}' --key=\${{ secrets.README_MICRO_SECRET }}"
```

### As an npm package

```sh
npx @readme/micro@v2.3.0 './*{yaml,yml,json}' --key=$README_MICRO_SECRET
npx @readme/micro@v2.4.0 './*{yaml,yml,json}' --key=$README_MICRO_SECRET
```

### As a Bitbucket Pipeline
Expand All @@ -48,5 +48,5 @@ pipelines:
- step:
name: ReadMe Micro
script:
- npx @readme/micro@v2.3.0 './*{yaml,yml,json}' --key=$README_MICRO_SECRET
- npx @readme/micro@v2.4.0 './*{yaml,yml,json}' --key=$README_MICRO_SECRET
```
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@readme/micro",
"version": "2.3.0",
"version": "2.4.0",
"description": "Send your OAS files to ReadMe Micro",
"main": "index.js",
"bin": "index.js",
Expand Down

0 comments on commit 19f27f6

Please sign in to comment.