Skip to content

Commit f054d3e

Browse files
committed
ci: changelog generation is missing
1 parent 0a53f6b commit f054d3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ docs-with-diagrams: setup-python-deps setup-plantuml
254254
echo "Cleaning previous diagram build artifacts..."
255255
rm -rf "{{sphinx_build_dir}}/html/_images/plantuml-*" "{{sphinx_build_dir}}/html/_plantuml" || true
256256

257+
# Generate changelog
258+
git-cliff -o docs/source/changelog.md
259+
257260
# Build with PlantUML diagrams
258261
echo "Building documentation with PlantUML diagrams..."
259262
{{sphinx_build}} -M html "{{sphinx_source}}" "{{sphinx_build_dir}}" {{sphinx_opts}}

0 commit comments

Comments
 (0)