Skip to content

Commit 9142e4b

Browse files
authored
Update prepare-release.yml
1 parent 1fcb5df commit 9142e4b

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ jobs:
8383
- name: ⏩ Push release branch to origin
8484
run: git push origin release/v$NBGV_MajorMinorVersion
8585

86-
- name: ⏭ Create pull request for release branch
87-
uses: thomaseizinger/create-pull-request@1.0.0
88-
env:
89-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90-
with:
91-
head: release/v${{ env.NBGV_MajorMinorVersion }}
92-
base: stable
93-
title: Release of new ${{ github.event.inputs.versionIncrement }} version v${{ env.NBGV_MajorMinorVersion }}
94-
body: |
95-
This PR was created in response to a manual trigger of the [prepare-release workflow](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).
86+
# - name: ⏭ Create pull request for release branch
87+
# uses: thomaseizinger/create-pull-request@1.0.0
88+
# env:
89+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90+
# with:
91+
# head: release/v${{ env.NBGV_MajorMinorVersion }}
92+
# base: stable
93+
# title: Release of new ${{ github.event.inputs.versionIncrement }} version v${{ env.NBGV_MajorMinorVersion }}
94+
# body: |
95+
# This PR was created in response to a manual trigger of the [prepare-release workflow](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).
9696

97-
Merging this PR will create a GitHub Release and push new packages to NuGet.
97+
# Merging this PR will create a GitHub Release and push new packages to NuGet.
9898

99-
**NOTE:** Only small fixes should be added to this PR at this point. If you need to make minor or major changes, close the PR and make those changes to ${{ github.ref }} instead, and run the prepare-release workflow again once you are done.
99+
# **NOTE:** Only small fixes should be added to this PR at this point. If you need to make minor or major changes, close the PR and make those changes to ${{ github.ref }} instead, and run the prepare-release workflow again once you are done.

0 commit comments

Comments
 (0)