Skip to content

Commit 1aa37bf

Browse files
committed
ci: update changelog.yml
1 parent 297e8be commit 1aa37bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ jobs:
2222
with:
2323
python-version: "3.13"
2424

25+
- name: Create venv
26+
run: uv venv
27+
2528
- name: Install dependencies
2629
run: uv pip install commitizen cz-changeup
2730

2831
- name: Generate changelog
29-
run: uv run cz changelog
32+
run: uv run --no-project cz changelog
3033

3134
- name: Commit and push changes
3235
run: |

0 commit comments

Comments
 (0)