Skip to content

Commit

Permalink
remove PR body
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Dec 4, 2023
1 parent 50daf3b commit 6ee6679
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ jobs:
- name: Bump version
run: |
poetry run -q invoke release.build -- -v ${{ github.event.inputs.version }}
- name: Create pull request
uses: peter-evans/create-pull-request@v5.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "release: v${{ github.event.inputs.version }}"
title: "release: v${{ github.event.inputs.version }}"
branch: release/${{ github.event.inputs.version }}

0 comments on commit 6ee6679

Please sign in to comment.