Skip to content

Commit 81515d8

Browse files
chore(release): 1.8.10 [skip ci]
## [1.8.10](v1.8.9...v1.8.10) (2026-01-25) ### Bug Fixes * **deps:** update github action versions ([#456](#456)) ([f6430a7](f6430a7))
1 parent e212835 commit 81515d8

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.8.10](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.9...v1.8.10) (2026-01-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update github action versions ([#456](https://github.com/bitflight-devops/github-action-readme-generator/issues/456)) ([f6430a7](https://github.com/bitflight-devops/github-action-readme-generator/commit/f6430a7f79b7dbc5af2fe8ea7cf0311300847215))
7+
18
## [1.8.9](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.8...v1.8.9) (2026-01-18)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-action-readme-generator",
33
"displayName": "bitflight-devops/github-action-readme-generator",
4-
"version": "1.8.9",
4+
"version": "1.8.10",
55
"description": "This is a CLI tool and GitHub Action that reads in the details from a \nGitHub Action's `action.yml` file and updates the `README.md` file\nwith the `name`, `description`, `usage`, `inputs`, `outputs`, and\nexamples of the action.\nConfiguration can be provided via a `.ghadocs.json` file stored in the\nroot directory of the Action's repository, via the command line when\nusing the cli, or via the `with:` section of this Action.\n\n\nThis tool uses markdown comments as delimiting tokens within the `README.md`\nfile to determine where to place the generated content.\n\n[`README.example.md`](README.example.md) example with all fields filled in, and no other free-form content.",
66
"keywords": [
77
"actions",

0 commit comments

Comments
 (0)