From 987c5e9c2933a8000179e066c36ed5d56b001e4e Mon Sep 17 00:00:00 2001 From: Dennis Kliban Date: Thu, 1 Jul 2021 15:24:55 -0400 Subject: [PATCH] Pin towncrier version to ==19.9.0 during release workflow [noissue] --- templates/github/.github/workflows/release.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/github/.github/workflows/release.yml.j2 b/templates/github/.github/workflows/release.yml.j2 index 2a79d6d2..d42caf8a 100644 --- a/templates/github/.github/workflows/release.yml.j2 +++ b/templates/github/.github/workflows/release.yml.j2 @@ -32,7 +32,7 @@ jobs: - name: Install python dependencies run: | echo ::group::PYDEPS - pip install bandersnatch bump2version gitpython python-redmine towncrier wheel + pip install bandersnatch bump2version gitpython python-redmine towncrier==19.9.0 wheel echo ::endgroup:: - name: Configure Git with pulpbot name and email