matrix-spec/changelogs
Richard van der Hoff 016b1b7aef Auto-create draft releases when building release tags
Update the CI so that it drafts a release, with the correct artifacts attached
and the release notes prepared, when building a rlease tag.
2025-12-18 18:41:43 +00:00
..
appendices/newsfragments Matrix 1.16 2025-09-17 10:46:16 -06:00
application_service/newsfragments Prepare v1.17 release 2025-12-18 15:53:35 +00:00
client_server/newsfragments Prepare v1.17 release 2025-12-18 15:53:35 +00:00
identity_service/newsfragments Matrix 1.15 2025-06-26 10:43:51 -06:00
internal/newsfragments Auto-create draft releases when building release tags 2025-12-18 18:41:43 +00:00
legacy
push_gateway/newsfragments
room_versions/newsfragments Prepare v1.17 release 2025-12-18 15:53:35 +00:00
server_server/newsfragments Matrix 1.16 2025-09-17 10:46:16 -06:00
pyproject.toml
README.md
template.md.jinja

Changelogs

Towncrier is used to manage the changelog and keep it up to date. Because of this, updating a changelog is really easy.

Generating the changelog

Please see the release docs for more information.

Creating a new changelog

There are a few places you'll have to update:

  • /layouts/shortcodes/changelog/changelog-changes.html to account for the new changelog.
  • /scripts/generate-changelog.sh to render the changelog for releases.
  • Supporting documentation such as the contributing guidelines.