Skip to content

Commit e346a6e

Browse files
committed
prepare for release, README tweaks
1 parent e330a9e commit e346a6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Creates a comment inside Pull Request with the human-readable summary of the cha
88

99
### ⚡️ Workflow Example
1010

11-
Example below shows the minimal workflow setup and all the optional inputs for the action (set to theirs default values). If you are happy with the output generated by the action, it's safe to remove all optional inputs.
11+
Example below shows the minimal workflow setup, required input and all the optional inputs for the action (set to theirs default values). If you are happy with the output generated by the action, it's safe to remove all optional inputs.
1212

1313
```yml
1414
name: Yarn Lock Changes
@@ -17,7 +17,7 @@ on: [pull_request]
1717
jobs:
1818
yarn_lock_changes:
1919
runs-on: ubuntu-latest
20-
# Permission overwrite is required for Dependabot PRs, see "Common issues" below.
20+
# Permission overwrite is required for Dependabot PRs, see "Common issues" section below.
2121
permissions:
2222
pull-requests: write
2323
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yarn-lock-changes",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"main": "dist/index.js",
55
"repository": "github:Simek/yarn-lock-changes",
66
"author": "Simek <me@simek.dev>",

0 commit comments

Comments
 (0)