From e346a6e8945d9c65f5dbf2f937f5af6bae612391 Mon Sep 17 00:00:00 2001 From: Simek Date: Sun, 22 Oct 2023 13:29:02 +0200 Subject: [PATCH] prepare for release, README tweaks --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df663ed..d1a13f6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Creates a comment inside Pull Request with the human-readable summary of the cha ### ⚡️ Workflow Example -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. +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. ```yml name: Yarn Lock Changes @@ -17,7 +17,7 @@ on: [pull_request] jobs: yarn_lock_changes: runs-on: ubuntu-latest - # Permission overwrite is required for Dependabot PRs, see "Common issues" below. + # Permission overwrite is required for Dependabot PRs, see "Common issues" section below. permissions: pull-requests: write steps: diff --git a/package.json b/package.json index e0ac37d..57c03f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yarn-lock-changes", - "version": "0.11.2", + "version": "0.11.3", "main": "dist/index.js", "repository": "github:Simek/yarn-lock-changes", "author": "Simek ",