Skip to content

Commit

Permalink
CI: use a fictional version when running towncrier (#355)
Browse files Browse the repository at this point in the history
Otherwise, towncrier exits with an exception when the current version has already been listed.
  • Loading branch information
mjpieters committed Nov 8, 2022
1 parent 53b9ccf commit 07fbd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
pip install -r requirements/doc.txt
- name: Run docs spelling
run: |
towncrier --yes
towncrier build --yes --version 99.99.99
make doc-spelling
- name: Prepare twine checker
run: |
Expand Down

0 comments on commit 07fbd74

Please sign in to comment.