Skip to content

Commit 60c9c91

Browse files
committed
changelog
1 parent 56cc9b0 commit 60c9c91

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/changelog.yml

+11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ jobs:
1010
uses: heinrichreimer/[email protected]
1111
with:
1212
token: ${{ secrets.GITHUB_TOKEN }}
13+
headerLabel: "# Changelog"
14+
breakingLabel: '### Breaking'
15+
enhancementLabel: '### Enhancements'
16+
stripGeneratorNotice: true
17+
bugsLabel: '### Fixes'
18+
issues: true
19+
issuesWoLabels: true
20+
pullRequests: true
21+
prWoLabels: true
22+
author: false
23+
verbose: true
1324
- name: "🖨️ Print changelog to console"
1425
run: cat CHANGELOG.md
1526
- name: "📤 Upload changelog"

0 commit comments

Comments
 (0)