Skip to content

Commit 882a919

Browse files
committed
fix: action linting
1 parent 3d77ec6 commit 882a919

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name-template: "v$RESOLVED_VERSION ๐ŸŒˆ"
2-
tag-template: "v$RESOLVED_VERSION"
1+
name-template: 'v$RESOLVED_VERSION ๐ŸŒˆ'
2+
tag-template: 'v$RESOLVED_VERSION'
33
categories:
4-
- title: "Bug Fixes"
5-
label: "bug"
6-
- title: "New Features"
7-
label: "enhancement"
8-
- title: "Documentation"
9-
label: "documentation"
10-
- title: "Chore"
11-
label: "chore"
12-
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
4+
- title: 'Bug Fixes'
5+
label: 'bug'
6+
- title: 'New Features'
7+
label: 'enhancement'
8+
- title: 'Documentation'
9+
label: 'documentation'
10+
- title: 'Chore'
11+
label: 'chore'
12+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
1313
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
1414
template: |
1515
## Changes
1616
17-
$CHANGES
17+
$CHANGES

โ€Ž.github/workflows/release-drafter.ymlโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
with:
3838
config-file-path: release-drafter.yml
3939
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
ย (0)