Skip to content

Commit

Permalink
build(release): 🚀 v9.0.0-next.30 🦉
Browse files Browse the repository at this point in the history
# [9.0.0-next.30](v9.0.0-next.29...v9.0.0-next.30) (2024-11-21)

### Bug Fixes

* **release:** track `dist-gha` assets properly ([b0934cb](b0934cb))

[skip ci]
  • Loading branch information
semantic-release-bot committed Nov 21, 2024
1 parent b0934cb commit fafe77f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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.0-next.30](https://github.com/readmeio/rdme/compare/v9.0.0-next.29...v9.0.0-next.30) (2024-11-21)


### Bug Fixes

* **release:** track `dist-gha` assets properly ([b0934cb](https://github.com/readmeio/rdme/commit/b0934cb25143aa2097ba3ef9f60d9311365a3695))

# [9.0.0-next.29](https://github.com/readmeio/rdme/compare/v9.0.0-next.28...v9.0.0-next.29) (2024-11-21)


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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g rdme
$ rdme COMMAND
running command...
$ rdme (--version)
rdme/9.0.0-next.29 linux-x64 node-v20.18.0
rdme/9.0.0-next.30 linux-x64 node-v20.18.0
$ rdme --help [COMMAND]
USAGE
$ rdme COMMAND
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.29",
"version": "9.0.0-next.30",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <support@readme.io> (https://readme.com)",
Expand Down

0 comments on commit fafe77f

Please sign in to comment.