From 439a68181d394988a6a27f372d569ab402352936 Mon Sep 17 00:00:00 2001 From: Paul Hatcherian <1835615+PaulHatch@users.noreply.github.com> Date: Sun, 20 Dec 2020 10:36:40 -0500 Subject: [PATCH] Update readme to indicate latest release --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 5175555..faffeae 100644 --- a/readme.md +++ b/readme.md @@ -64,7 +64,7 @@ it will be given the new version if the build were to be retriggered, for exampl ```yaml -- uses: paulhatch/semantic-version@v3.1.2 +- uses: paulhatch/semantic-version@v3.2 with: # The prefix to use to identify tags branch: "master" @@ -116,12 +116,12 @@ job referencing semantic version multiple times. For example: ```yaml - name: Application Version id: version - uses: paulhatch/semantic-version@v3.1.2 + uses: paulhatch/semantic-version@v3.2 with: change_path: "src/service" - name: Database Version id: db-version - uses: paulhatch/semantic-version@v3.1.2 + uses: paulhatch/semantic-version@v3.2 with: major_pattern: "(MAJOR-DB)" minor_pattern: "(MINOR-DB)"