File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ template: |
1717
1818 **Full changelog**: https://github.com/${{ repository }}/compare/$BASE...$NEXT
1919
20- /*
21- This file configures Release Drafter (https://github.com/release-drafter/release-drafter)
22- It updates a draft release with merged PRs grouped by labels. Customize categories and templates as needed.
23- */
20+ # This file configures Release Drafter (https://github.com/release-drafter/release-drafter)
21+ # It updates a draft release with merged PRs grouped by labels.
22+ # Customize categories and templates as needed.
Original file line number Diff line number Diff line change 1717 - name : Run Release Drafter
1818 uses : release-drafter/release-drafter@v5
1919 with :
20- config-name : .github/ release-drafter.yml
20+ config-name : release-drafter.yml
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments