From c29f10e2bd09ed7a4928d1df4d18f11970c33764 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Mon, 23 Feb 2026 17:19:28 -0500 Subject: [PATCH] chore: Update fetch-depth comment --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4859ee2..7baeb0d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 if: ${{ steps.release.outputs.releases_created }} with: - fetch-depth: 0 #If you only need the current version keep this. + fetch-depth: 0 # Full history is required for proper changelog generation - name: Install Erlang and rebar3 if: ${{ steps.release.outputs.releases_created }}