Skip to content

Commit

Permalink
build(release): 🚀 v10.1.0-next.1 🦉
Browse files Browse the repository at this point in the history
# [10.1.0-next.1](v10.0.0...v10.1.0-next.1) (2025-01-06)

### Features

* **openapi:** tooling upgrades ([#1126](#1126)) ([6678d68](6678d68))

[skip ci]
  • Loading branch information
semantic-release-bot committed Jan 6, 2025
1 parent 6678d68 commit fb1f8ba
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [10.1.0-next.1](https://github.com/readmeio/rdme/compare/v10.0.0...v10.1.0-next.1) (2025-01-06)


### Features

* **openapi:** tooling upgrades ([#1126](https://github.com/readmeio/rdme/issues/1126)) ([6678d68](https://github.com/readmeio/rdme/commit/6678d689d6a41347e249b15a8f78b1ba1bde8154))

# [10.0.0](https://github.com/readmeio/rdme/compare/v9.0.5...v10.0.0) (2024-12-13)


Expand Down
4 changes: 2 additions & 2 deletions dist-gha/commands.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions documentation/commands/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Analyze an OpenAPI/Swagger definition for various OpenAPI and ReadMe feature usa
```
USAGE
$ rdme openapi inspect [SPEC] [--feature
additionalProperties|callbacks|circularRefs|discriminators|links|style|polymorphism|serverVariables|webhooks|xml|rea
dme...] [--workingDirectory <value>]
additionalProperties|callbacks|circularRefs|commonParameters|discriminators|links|style|polymorphism|serverVariables
|webhooks|xml|readme...] [--workingDirectory <value>]
ARGUMENTS
SPEC A path to your API definition — either a local file path or a URL. If your working directory and all
Expand All @@ -63,8 +63,8 @@ FLAGS
--feature=<option>... A specific OpenAPI or ReadMe feature you wish to see detailed information on (if it
exists). If any features supplied do not exist within the API definition an exit(1) code
will be returned alongside the report.
<options: additionalProperties|callbacks|circularRefs|discriminators|links|style|polymorph
ism|serverVariables|webhooks|xml|readme>
<options: additionalProperties|callbacks|circularRefs|commonParameters|discriminators|link
s|style|polymorphism|serverVariables|webhooks|xml|readme>
--workingDirectory=<value> Working directory (for usage with relative external references)
DESCRIPTION
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": "rdme",
"version": "10.0.0",
"version": "10.1.0-next.1",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <support@readme.io> (https://readme.com)",
Expand Down

0 comments on commit fb1f8ba

Please sign in to comment.