From 7e20a45f71fc1c9239c2a37f37ccecd7d1226d11 Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Tue, 27 Jun 2023 08:42:26 +0200 Subject: [PATCH] Update changelog generation --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0470e037..38df0b10 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: actions/setup-node@v3 with: node-version: 16 @@ -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