Skip to content

Commit

Permalink
remove unnecessary invalid PR references from generated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Oct 23, 2023
1 parent aa6a726 commit dd699a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
uses: mikepenz/release-changelog-builder-action@v4
with:
commitMode: true
configurationJson: |
{
"pr_template": "- #{{TITLE}}"
}
- name: Create Release
id: create-release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit dd699a3

Please sign in to comment.