From e9a65093e47b3df021bfc624f41b628eaa5a2601 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 21 Nov 2020 13:24:40 +0000 Subject: [PATCH] Bump to 1.0.3 --- README.md | 4 ++-- package.json | 2 +- tbump.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d84b25c..e331b74 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ jobs: steps: - name: Get PR labels id: pr-labels - uses: joerick/pr-labels-action@v1.0.2 + uses: joerick/pr-labels-action@v1.0.3 ``` ## How do I use this? @@ -31,7 +31,7 @@ jobs: steps: - name: Get PR labels id: pr-labels - uses: joerick/pr-labels-action@v1.0.2 + uses: joerick/pr-labels-action@v1.0.3 # GITHUB_PR_LABEL_TEST_FLIMBOMBLE was set by pr-labels-action - run: | diff --git a/package.json b/package.json index 574ba7a..44f3882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pr-labels-action", - "version": "1.0.2", + "version": "1.0.3", "description": "A github action that extracts labels from the PR that this build belongs to and make them available to other actions.", "main": "build/index.js", "scripts": { diff --git a/tbump.toml b/tbump.toml index c8a21ec..834ae78 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/joerick/pr-labels-action/" [version] -current = "1.0.2" +current = "1.0.3" regex = ''' (?P\d+)