Skip to content

Commit

Permalink
Update changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jun 27, 2023
1 parent 084724f commit 7e20a45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down Expand Up @@ -48,6 +50,8 @@ jobs:
- name: Build Changelog
id: changelog
uses: ardalanamini/auto-changelog@v3
with:
default-commit-type: New Features

- name: Create release
uses: actions/create-release@v1
Expand Down

0 comments on commit 7e20a45

Please sign in to comment.