Skip to content

Commit 3710aff

Browse files
committed
fix: add a fetch-depth of 0 and fetch-tags as true to prepare-release.yml so that commitizen works properly
1 parent 8b33de7 commit 3710aff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{{cookiecutter.project_name}}/.github/workflows/prepare-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
20+
fetch-tags: true
1821

1922
- name: Set up uv
2023
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)