From 04ff847886786b07c4383775462cf9d70d492ddf Mon Sep 17 00:00:00 2001 From: Timon Christiansen <32591853+8BitJonny@users.noreply.github.com> Date: Tue, 28 Sep 2021 16:32:40 +0200 Subject: [PATCH 1/2] :book: bump version v1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf8efd9..fe8a224 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actiongetcurrentpr", - "version": "1.1.0", + "version": "1.2.0", "description": "Github Action for getting the current PR if the commit belongs to one", "main": "index.js", "scripts": { From 297b1f20bc2874bedde130df855e3149649194ac Mon Sep 17 00:00:00 2001 From: Timon Christiansen <32591853+8BitJonny@users.noreply.github.com> Date: Tue, 28 Sep 2021 16:34:01 +0200 Subject: [PATCH 2/2] :book: bump version in readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa9c7d..371b904 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This action enables you to get the PR no matter which event type triggered the w ``` steps: - uses: actions/checkout@v1 - - uses: 8BitJonny/gh-get-current-pr@1.1.0 + - uses: 8BitJonny/gh-get-current-pr@1.2.0 id: PR with: github-token: ${{ secrets.GITHUB_TOKEN }}