From 02c6ec5e4ff1569ec938b7b6e135e9cad3884068 Mon Sep 17 00:00:00 2001 From: Paul Hatcherian <1835615+PaulHatch@users.noreply.github.com> Date: Wed, 2 Sep 2020 08:05:46 -0400 Subject: [PATCH] Fix version convention in docs --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f734982..02a781b 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ message alters the type of change the next version will represent. ```yaml -- uses: paulhatch/semantic-version@v3.0.0 +- uses: paulhatch/semantic-version@v3 with: # The branch to count commits on branch: "master" @@ -65,12 +65,12 @@ job referencing semantic version multiple times. For example: ```yaml - name: Application Version id: version - uses: paulhatch/semantic-version@v3.0.0 + uses: paulhatch/semantic-version@v3 with: change_path: "src/service" - name: Database Version id: db-version - uses: paulhatch/semantic-version@v3.0.0 + uses: paulhatch/semantic-version@v3 with: major_pattern: "(MAJOR-DB)" minor_pattern: "(MINOR-DB)"