From 07fbd749e7d6b99ead0d3abc24029ae42dd25638 Mon Sep 17 00:00:00 2001 From: Martijn Pieters Date: Tue, 8 Nov 2022 14:10:59 +0000 Subject: [PATCH] CI: use a fictional version when running towncrier (#355) Otherwise, towncrier exits with an exception when the current version has already been listed. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c0602f7..71eabbe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |