Skip to content

Commit 1eefaa9

Browse files
authored
chore: Update fetch-depth comment (#39)
1 parent 369e120 commit 1eefaa9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
if: ${{ steps.release.outputs.releases_created == 'true' }}
2020
with:
21-
fetch-depth: 0 # If you only need the current version keep this.
21+
fetch-depth: 0 # Full history is required for proper changelog generation
2222

2323
- uses: actions/setup-python@v5
2424
if: ${{ steps.release.outputs.releases_created == 'true' }}

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ test: install
2929
.PHONY: lint
3030
lint: #! Run type analysis and linting checks
3131
lint: install
32+
@mkdir -p .mypy_cache
3233
@poetry run mypy ld_openfeature tests
3334

3435
#

0 commit comments

Comments
 (0)