Skip to content

Commit 4a8aec8

Browse files
authored
fix: add validate yml (#9)
1 parent 986ab81 commit 4a8aec8

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.github/workflows/release-drafter.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ jobs:
1414
- uses: release-drafter/release-drafter@v5
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
template: |
18-
## Changes
19-
20-
$CHANGES
17+
template: |
18+
$CHANGES

CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ v.1.2.1
33
Bug Fixes
44

55
release drafter syntax (#7) (099d605)
6+
v1.2.2
7+
8+
Bug Fixes
9+
10+
add template (#8) (986ab81)
11+
12+
13+
v1.2.1
14+
15+
Bug Fixes
16+
17+
release drafter syntax (#7) (099d605)
18+
19+
620
v1.2.0
721

822
Features

0 commit comments

Comments
 (0)