Skip to content

Commit 909b125

Browse files
author
chelonian-bot
committed
chore: update Release Drafter configuration paths for clarity
1 parent 42a8284 commit 909b125

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)