We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e9bd7 commit b4cb697Copy full SHA for b4cb697
.github/workflows/release.yaml
@@ -42,7 +42,7 @@ jobs:
42
echo "" >> ".github/release_template.md"
43
echo "## Changelog" >> ".github/release_template.md"
44
45
- uv add typer
+ uv add --no-sync typer
46
uv run --no-sync python scripts/changelog-to-release-template.py >> ".github/release_template.md"
47
48
echo "## Changes" >> ".github/release_template.md"
0 commit comments