From 0ab3b3257c9f07aa7e7f2ef5b843556b277b53f5 Mon Sep 17 00:00:00 2001 From: bcoe Date: Fri, 9 Oct 2020 17:52:38 -0700 Subject: [PATCH] fix(docs): document functional version of release-please --- .github/workflows/release-please.yaml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index a016639b..b6f2d375 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.2 + - uses: GoogleCloudPlatform/release-please-action@v2.5.4 with: token: ${{ secrets.RELEASE_PR_TOKEN }} release-type: node @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.2 + - uses: GoogleCloudPlatform/release-please-action@v2.5.4 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node diff --git a/README.md b/README.md index c3c2a66e..366864e1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Automate releases with Conventional Commit Messages. release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.3 + - uses: GoogleCloudPlatform/release-please-action@v2.5.5 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node @@ -107,7 +107,7 @@ To output more commit information in the changelog, a JSON formatted String can release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.3 + - uses: GoogleCloudPlatform/release-please-action@v2.5.5 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node @@ -130,7 +130,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.3 + - uses: GoogleCloudPlatform/release-please-action@v2.5.5 id: release with: token: ${{ secrets.GITHUB_TOKEN }}