Skip to content

Commit

Permalink
Merge branch 'next' into kanad-2024-12-06/remove-openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 9, 2024
2 parents bba043f + 15cded3 commit 21b6ccb
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.0.1-next.1](https://github.com/readmeio/rdme/compare/v9.0.0...v9.0.1-next.1) (2024-12-06)


### Bug Fixes

* repository URL fix ([2103a29](https://github.com/readmeio/rdme/commit/2103a294f8382ad60d7aec34c4b5d168ae9e06a4))

# [9.0.0](https://github.com/readmeio/rdme/compare/v8.6.6...v9.0.0) (2024-12-06)


Expand Down
2 changes: 1 addition & 1 deletion dist-gha/commands.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions documentation/commands/categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ FLAG DESCRIPTIONS
--version=<value> ReadMe project version
Your ReadMe project version. If running command in a CI environment and this option is not passed, the main project
version will be used. See our docs for more information: https://docs.readme.com/main/docs/versions
If running command in a CI environment and this option is not passed, the main project version will be used. See our
docs for more information: https://docs.readme.com/main/docs/versions
```

## `rdme categories create TITLE`
Expand Down Expand Up @@ -87,6 +87,6 @@ FLAG DESCRIPTIONS
--version=<value> ReadMe project version
Your ReadMe project version. If running command in a CI environment and this option is not passed, the main project
version will be used. See our docs for more information: https://docs.readme.com/main/docs/versions
If running command in a CI environment and this option is not passed, the main project version will be used. See our
docs for more information: https://docs.readme.com/main/docs/versions
```
8 changes: 4 additions & 4 deletions documentation/commands/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ FLAG DESCRIPTIONS
--version=<value> ReadMe project version
Your ReadMe project version. If running command in a CI environment and this option is not passed, the main project
version will be used. See our docs for more information: https://docs.readme.com/main/docs/versions
If running command in a CI environment and this option is not passed, the main project version will be used. See our
docs for more information: https://docs.readme.com/main/docs/versions
```

## `rdme docs prune FOLDER`
Expand Down Expand Up @@ -105,6 +105,6 @@ FLAG DESCRIPTIONS
--version=<value> ReadMe project version
Your ReadMe project version. If running command in a CI environment and this option is not passed, the main project
version will be used. See our docs for more information: https://docs.readme.com/main/docs/versions
If running command in a CI environment and this option is not passed, the main project version will be used. See our
docs for more information: https://docs.readme.com/main/docs/versions
```
7 changes: 3 additions & 4 deletions documentation/commands/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,12 @@ FLAG DESCRIPTIONS
--update Bypasses the create/update prompt and automatically updates an existing API definition in ReadMe.
Bypasses the create/update prompt and automatically updates an existing API definition in ReadMe. Note that this
flag only works if there's only one API definition associated with the current version.
Note that this flag only works if there's only one API definition associated with the current version.
--version=<value> ReadMe project version
Your ReadMe project version. If running command in a CI environment and this option is not passed, the main project
version will be used. See our docs for more information: https://docs.readme.com/main/docs/versions
If running command in a CI environment and this option is not passed, the main project version will be used. See our
docs for more information: https://docs.readme.com/main/docs/versions
```

## `rdme openapi convert [SPEC]`
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": "9.0.0",
"version": "9.0.1-next.1",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const titleFlag = Flags.string({
*/
export const versionFlag = Flags.string({
description:
'Your ReadMe project version. If running command in a CI environment and this option is not passed, the main project version will be used. See our docs for more information: https://docs.readme.com/main/docs/versions',
'If running command in a CI environment and this option is not passed, the main project version will be used. See our docs for more information: https://docs.readme.com/main/docs/versions',
summary: 'ReadMe project version',
});

Expand Down

0 comments on commit 21b6ccb

Please sign in to comment.