Add an "internal changes" changelog section (#1194)

* Add an "internal changes" changelog section

* update changelog number
This commit is contained in:
Travis Ralston 2022-08-02 21:48:35 -04:00 committed by GitHub
parent b36d4eff7d
commit 569e139ac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@ cd changelogs
rm -f rendered.*
# 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