Skip to content

Commit

Permalink
Merge branch 'next' into kanad-2024-12-05/v10-migration-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 6, 2024
2 parents 3b57cce + 95c9b66 commit cb66931
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [9.0.0-next.36](https://github.com/readmeio/rdme/compare/v9.0.0-next.35...v9.0.0-next.36) (2024-12-06)


* feat!: final v9 touchups ([#1106](https://github.com/readmeio/rdme/issues/1106)) ([15447c5](https://github.com/readmeio/rdme/commit/15447c52b414b97345b33ff7e17007fdd2fde106)), closes [#1107](https://github.com/readmeio/rdme/issues/1107)


### BREAKING CHANGES

* `rdme openapi` is deprecated and will be replaced in
`rdme@10` by a command with a simpler flag setup based on community
feedback.

# [9.0.0-next.35](https://github.com/readmeio/rdme/compare/v9.0.0-next.34...v9.0.0-next.35) (2024-12-05)


Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<!-- prettier-ignore-start -->
> [!WARNING]
> **These docs are for [the forthcoming `v9` release](https://github.com/readmeio/rdme/issues/801).** You can view the docs for the current release (`v8`) [here](https://github.com/readmeio/rdme/tree/v8#readme).
<!-- prettier-ignore-end -->
[![rdme](https://user-images.githubusercontent.com/8854718/195465739-0f0f83d5-2e18-4e6c-96ae-944e3bb6880a.png)](https://readme.com)

<p align="center">
Expand Down
6 changes: 3 additions & 3 deletions dist-gha/commands.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ If you're using the `rdme` GitHub Action, update your GitHub Actions workflow fi
- `versions`
- `open`

The `openapi` command will be replaced by `openapi upload` and will have a simpler flag setup based on community feedback.
The `openapi` command will be replaced by `openapi upload` and will have a simpler flag setup based on community feedback.

6. **Verify any scripts that utilize raw CLI outputs**

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-next.35",
"version": "9.0.0-next.36",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit cb66931

Please sign in to comment.