Skip to content

Commit

Permalink
build(release): v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-BitFlight committed Aug 12, 2022
1 parent fc66d5a commit 4cfeca6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified .yarn/install-state.gz
Binary file not shown.
Empty file added .yarn/versions/f8002986.yml
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-action-readme-generator",
"version": "1.3.9",
"version": "1.3.10",
"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.",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4cfeca6

Please sign in to comment.