From edf6999a0ec42726dd44dbe7d11a0bb1b333965a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 28 Jul 2025 09:19:33 +0300 Subject: [PATCH] chore: unreleased --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5672a5..f5b95f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ name: Action Test -on: [ push, pull_request ] +on: [push, pull_request] jobs: git-cliff-action: @@ -16,7 +16,7 @@ jobs: uses: ./ with: config: fixtures/cliff.toml - args: --verbose --strip 'footer' --exclude-path '.github/**' --tag 0.0.0 + args: --unreleased --strip 'footer' --exclude-path '.github/**' --tag 0.0.0 env: OUTPUT: fixtures/CHANGELOG.md - name: Print the changelog