diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index e4ca3d7840..b3cb10c127 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: pipe-cd/actions-gh-release@v2.3.4 + - uses: pipe-cd/actions-gh-release@v2.3.6 with: release_file: 'RELEASE' token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a9e7d4c0e..a3d21bc4cf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - # - uses: pipe-cd/actions-gh-release@v2.3.4 + # - uses: pipe-cd/actions-gh-release@v2.3.6 # with: # release_file: 'RELEASE' # token: ${{ secrets.GITHUB_TOKEN }} diff --git a/RELEASE b/RELEASE index 7a5c21170e..4545b91e1b 100644 --- a/RELEASE +++ b/RELEASE @@ -3,7 +3,6 @@ tag: v0.33.0 releaseNoteGenerator: showCommitter: false useReleaseNoteBlock: true - usePullRequestMetadata: true commitCategories: - title: "Breaking Changes"