From bd43de56199ff491bc54733ed29f84a93773f295 Mon Sep 17 00:00:00 2001 From: Paul Hatcherian <1835615+PaulHatch@users.noreply.github.com> Date: Sat, 28 Nov 2020 11:30:41 -0500 Subject: [PATCH] Remove old parameter from documentation --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index b605cea..02e0d01 100644 --- a/readme.md +++ b/readme.md @@ -66,8 +66,6 @@ it will be given the new version if the build were to be retriggered, for exampl ```yaml - uses: paulhatch/semantic-version@v3.1.2 with: - # The branch to count commits on - branch: "master" # The prefix to use to identify tags tag_prefix: "v" # A string which, if present in a git commit, indicates that a change represents a