Update towncrier to 21.9.0 (#353)

* Update towncrier to 21.9.0

* changelog
This commit is contained in:
Will Hunt 2022-05-13 10:15:49 +01:00 committed by GitHub
parent f6214aaacc
commit 026d7f64b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -15,6 +15,6 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: '3.9'
- run: pip install towncrier==19.2.0
- run: pip install towncrier==21.9.0
- name: ":newspaper: Newsfile"
run: python3 -m towncrier.check --compare-with=origin/main

View File

@ -1,4 +1,10 @@
1.7.0 (2022-05-12)
1 (2022-05-12)
==============
No significant changes.
1.7.0 (2022-05-12)
===================
Features

1
changelog.d/353.misc Normal file
View File

@ -0,0 +1 @@
Update towncrier to 21.9.0

View File

@ -1,3 +1,3 @@
#!/bin/bash
VERSION=`python3 -c "import json; f = open('./package.json', 'r'); v = json.loads(f.read())['version']; f.close(); print(v)"`
towncrier --version $VERSION $1
towncrier build --version $VERSION $1