Add an "internal changes" changelog section (#1194)
* Add an "internal changes" changelog section * update changelog number
This commit is contained in:
parent
b36d4eff7d
commit
569e139ac5
4 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue