Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domharrington committed Aug 24, 2023
1 parent babb011 commit f0f6ec2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
uses: actions/checkout@v3

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

### As an npm package

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

### As a Bitbucket Pipeline
Expand All @@ -48,7 +48,7 @@ definitions:
name: ReadMe Micro
image: node:18
script:
- npx @readme/micro@v2.4.0 '**/*.{yaml,yml,json}' --key=$README_MICRO_SECRET
- npx @readme/micro@v2.5.0 '**/*.{yaml,yml,json}' --key=$README_MICRO_SECRET

# Run Pipeline to sync OpenAPI files for every push to the `main` branch
pipelines:
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/micro",
"version": "2.4.0",
"version": "2.5.0",
"description": "Send your OAS files to ReadMe Micro",
"main": "index.js",
"bin": "index.js",
Expand Down

0 comments on commit f0f6ec2

Please sign in to comment.