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.
2 parents b66d6f1 + b1bdd5f commit 94854c6Copy full SHA for 94854c6
.github/workflows/continous-integration.yml
@@ -104,6 +104,7 @@ jobs:
104
- name: Test Docs 📃
105
run: |
106
make install-full
107
+ poetry run python -c "from scripts import release; release.generate_changelog('major.minor.patch')"
108
export SPHINXBUILD=$(poetry run which sphinx-build)
109
cd docs && make SPHINXBUILD=$SPHINXBUILD SPHINXOPTS="-W --keep-going -A html_theme=rasabaster" html
110
0 commit comments