mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Update towncrier to 21.9.0 (#353)
* Update towncrier to 21.9.0 * changelog
This commit is contained in:
parent
f6214aaacc
commit
026d7f64b5
2
.github/workflows/newsfile.yml
vendored
2
.github/workflows/newsfile.yml
vendored
@ -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
|
||||
|
@ -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
1
changelog.d/353.misc
Normal file
@ -0,0 +1 @@
|
||||
Update towncrier to 21.9.0
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user