Skip to content

Commit

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

### Bug Fixes

* build `dist-gha/` files with every release ([f42392b](f42392b))

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


### Bug Fixes

* build `dist-gha/` files with every release ([f42392b](https://github.com/readmeio/rdme/commit/f42392b5141d82df2acfa10df82989fe4832b36f))

# [9.0.0-next.25](https://github.com/readmeio/rdme/compare/v9.0.0-next.24...v9.0.0-next.25) (2024-11-19)


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/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.25 linux-x64 node-v20.18.0
rdme/9.0.0-next.26 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.25",
"version": "9.0.0-next.26",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <support@readme.io> (https://readme.com)",
Expand Down

0 comments on commit eae8ee7

Please sign in to comment.