From c5efe0373ebac911add7de4645f591e71ac0fec6 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 21 Nov 2020 13:51:17 +0000 Subject: [PATCH] Bump to 1.0.5 --- 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 2ae28bb..a17d20f 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.4 + uses: joerick/pr-labels-action@v1.0.5 ``` ## 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.4 + uses: joerick/pr-labels-action@v1.0.5 # GITHUB_PR_LABEL_TEST_FLIMBOMBLE was set by pr-labels-action - run: | diff --git a/package.json b/package.json index 30f96d9..3e578b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pr-labels-action", - "version": "1.0.4", + "version": "1.0.5", "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 00a20a5..2b47d22 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/joerick/pr-labels-action/" [version] -current = "1.0.4" +current = "1.0.5" regex = ''' (?P\d+)