We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b9ccf commit 07fbd74Copy full SHA for 07fbd74
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
pip install -r requirements/doc.txt
48
- name: Run docs spelling
49
run: |
50
- towncrier --yes
+ towncrier build --yes --version 99.99.99
51
make doc-spelling
52
- name: Prepare twine checker
53
0 commit comments