File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ name-template : " Release v$NEXT_PATCH_VERSION"
2
+ tag-template : " v$NEXT_PATCH_VERSION"
3
+ categories :
4
+ - title : 🚀 New Features
5
+ labels :
6
+ - feature
7
+ - title : 🐛 Bug Fixes
8
+ labels :
9
+ - bug
10
+ - title : 🧹 Maintenance
11
+ labels :
12
+ - chore
13
+ change-template : " - ${{PR.title}} (#${{PR.number}}) by @${{PR.author}}"
14
+ no-changes-template : " - No changes in this release."
15
+ sort-by : " merged_at"
16
+ sort-direction : " descending"
Original file line number Diff line number Diff line change 17
17
id : notes
18
18
uses : release-drafter/release-drafter@v5
19
19
with :
20
+ token : ${{ secrets.GITHUB_TOKEN }}
20
21
config-name : custom-config.yml
21
22
22
23
- name : Upload Release Notes
24
+ env :
25
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Ensure token is available
23
26
run : |
24
27
gh release edit ${{ github.event.release.id }} \
25
28
--notes "${{ steps.notes.outputs.release_notes }}"
You can’t perform that action at this time.
0 commit comments