Skip to content

Commit 07fbd74

Browse files
authored
CI: use a fictional version when running towncrier (#355)
Otherwise, towncrier exits with an exception when the current version has already been listed.
1 parent 53b9ccf commit 07fbd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pip install -r requirements/doc.txt
4848
- name: Run docs spelling
4949
run: |
50-
towncrier --yes
50+
towncrier build --yes --version 99.99.99
5151
make doc-spelling
5252
- name: Prepare twine checker
5353
run: |

0 commit comments

Comments
 (0)