Skip to content

Commit 7e20a45

Browse files
committed
Update changelog generation
1 parent 084724f commit 7e20a45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15+
with:
16+
fetch-depth: 0
1517
- uses: actions/setup-node@v3
1618
with:
1719
node-version: 16
@@ -48,6 +50,8 @@ jobs:
4850
- name: Build Changelog
4951
id: changelog
5052
uses: ardalanamini/auto-changelog@v3
53+
with:
54+
default-commit-type: New Features
5155

5256
- name: Create release
5357
uses: actions/create-release@v1

0 commit comments

Comments
 (0)