Skip to content

Commit 8f9565e

Browse files
committed
CI: stop towncrier from breaking releases
1 parent de8bf9d commit 8f9565e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
pip install -r requirements/towncrier.txt
4747
- name: Run docs spelling
4848
run: |
49-
towncrier --yes
49+
towncrier build --yes --version 99.99.99
5050
make doc-spelling
5151
- name: Prepare twine checker
5252
run: |

0 commit comments

Comments
 (0)