Skip to content

Commit

Permalink
build(release): 🚀 v9.0.0-next.5 🦉
Browse files Browse the repository at this point in the history
# [9.0.0-next.5](v9.0.0-next.4...v9.0.0-next.5) (2023-09-15)

### Features

* **versions:** flag parity with API, copy fixes ([#906](#906)) ([d424d9f](d424d9f))

### BREAKING CHANGES

* **versions:** this flips the `isPublic` flag to `hidden`.

[skip ci]
  • Loading branch information
semantic-release-bot committed Sep 15, 2023
1 parent d424d9f commit 018ce62
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 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.5](https://github.com/readmeio/rdme/compare/v9.0.0-next.4...v9.0.0-next.5) (2023-09-15)


### Features

* **versions:** flag parity with API, copy fixes ([#906](https://github.com/readmeio/rdme/issues/906)) ([d424d9f](https://github.com/readmeio/rdme/commit/d424d9feef8bcb55f4a2a25fca19d25ad7b7e697))


### BREAKING CHANGES

* **versions:** this flips the `isPublic` flag to `hidden`.

# [9.0.0-next.4](https://github.com/readmeio/rdme/compare/v9.0.0-next.3...v9.0.0-next.4) (2023-09-15)


Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ outputs:
description: The rdme command result output
runs:
using: docker
image: docker://ghcr.io/readmeio/rdme:9.0.0-next.4
image: docker://ghcr.io/readmeio/rdme:9.0.0-next.5
args:
- docker-gha
- ${{ inputs.rdme }}
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.4",
"version": "9.0.0-next.5",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit 018ce62

Please sign in to comment.