Fix rendered changelog with new version of towncrier (#1598)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
50fe89d74b
commit
639caf057d
5 changed files with 69 additions and 24 deletions
|
@ -13,15 +13,8 @@ cd `dirname $0`/../changelogs
|
|||
# Pre-cleanup just in case it wasn't done on the last run
|
||||
rm -f rendered.md
|
||||
|
||||
# Reversed order so that room versions ends up on the bottom
|
||||
towncrier --name "Internal Changes/Tooling" --dir "./internal" --config "./pyproject.toml" --yes
|
||||
towncrier --name "Appendices" --dir "./appendices" --config "./pyproject.toml" --yes
|
||||
towncrier --name "Room Versions" --dir "./room_versions" --config "./pyproject.toml" --yes
|
||||
towncrier --name "Push Gateway API" --dir "./push_gateway" --config "./pyproject.toml" --yes
|
||||
towncrier --name "Identity Service API" --dir "./identity_service" --config "./pyproject.toml" --yes
|
||||
towncrier --name "Application Service API" --dir "./application_service" --config "./pyproject.toml" --yes
|
||||
towncrier --name "Server-Server API" --dir "./server_server" --config "./pyproject.toml" --yes
|
||||
towncrier --name "Client-Server API" --dir "./client_server" --config "./pyproject.toml" --yes
|
||||
# Generate changelog
|
||||
towncrier --yes
|
||||
|
||||
{
|
||||
# Prepare the header
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# current at the time of writing
|
||||
|
||||
# we need at least version 4.0.0 for support of JSON Schema Draft 2020-12.
|
||||
jsonschema >= 4.0.0
|
||||
jsonschema == 4.17.3
|
||||
|
||||
PyYAML >= 3.12
|
||||
requests >= 2.18.4
|
||||
towncrier == 21.9.0rc1
|
||||
towncrier == 23.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue