From 6e136d69eafaf8bde84f58a5c742de431cd56537 Mon Sep 17 00:00:00 2001 From: Paul Hatcherian <1835615+PaulHatch@users.noreply.github.com> Date: Sat, 31 Dec 2022 07:12:58 -0600 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index a2b6516..cacc37a 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,7 @@ it will be given the new version if the build were to be retriggered, for exampl ```yaml -- uses: paulhatch/semantic-version@v5.0.1 +- uses: paulhatch/semantic-version@v5.0.2 with: # The prefix to use to identify tags tag_prefix: "v" @@ -147,12 +147,12 @@ like `v1.2.3+0-db` could be configured like this: ```yaml - name: Application Version id: version - uses: paulhatch/semantic-version@v5.0.1 + uses: paulhatch/semantic-version@v5.0.2 with: change_path: "src/service" - name: Database Version id: db-version - uses: paulhatch/semantic-version@v5.0.1 + uses: paulhatch/semantic-version@v5.0.2 with: major_pattern: "(MAJOR-DB)" minor_pattern: "(MINOR-DB)"