We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a53f6b commit f054d3eCopy full SHA for f054d3e
justfile
@@ -254,6 +254,9 @@ docs-with-diagrams: setup-python-deps setup-plantuml
254
echo "Cleaning previous diagram build artifacts..."
255
rm -rf "{{sphinx_build_dir}}/html/_images/plantuml-*" "{{sphinx_build_dir}}/html/_plantuml" || true
256
257
+ # Generate changelog
258
+ git-cliff -o docs/source/changelog.md
259
+
260
# Build with PlantUML diagrams
261
echo "Building documentation with PlantUML diagrams..."
262
{{sphinx_build}} -M html "{{sphinx_source}}" "{{sphinx_build_dir}}" {{sphinx_opts}}
0 commit comments