Skip to content

Commit 9473f0b

Browse files
chore: action to automate release prep
1 parent 8626348 commit 9473f0b

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/release-prep.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,4 @@ jobs:
1919
with:
2020
find: ${{ github.event.inputs.previousRelease }}
2121
replace: ${{ github.event.inputs.targetRelease }}
22-
regex: false
23-
- name: Create Release Pull Request
24-
uses: peter-evans/create-pull-request@v3
25-
with:
26-
commit-message: 'chore: prep release ' + ${{ github.event.inputs.targetRelease }}
27-
token: ${{ secrets.RELEASE }}
28-
committer: Release bot <[email protected]>
29-
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
30-
signoff: false
31-
branch: prep-release-${{ github.event.inputs.targetRelease }}
32-
delete-branch: true
33-
title: 'chore: Prep release ' + ${{ github.event.inputs.targetRelease }}
34-
body: |
35-
- Auto-generated release prep pull request for version ${{ github.event.inputs.targetRelease }}
22+
regex: false

0 commit comments

Comments
 (0)