You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1095179374
* Upgrade version of Hugo used to build the spec in CI Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Escape HTML manually in property-type partial The behavior of `delimit` changed, so Hugo doesn't recognize "safe" HTML passed to it anymore, so it escapes nested HTML links. To fix that we escape the schema data manually and consider the output of the partial as "safe". Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> |
7 months ago | |
---|---|---|
.. | ||
appendices/newsfragments | 7 months ago | |
application_service/newsfragments | 8 months ago | |
client_server/newsfragments | 8 months ago | |
identity_service/newsfragments | 8 months ago | |
internal/newsfragments | 7 months ago | |
legacy | 2 years ago | |
push_gateway/newsfragments | 2 years ago | |
room_versions/newsfragments | 8 months ago | |
server_server/newsfragments | 8 months ago | |
README.md | 3 years ago | |
header.md | 3 years ago | |
pyproject.toml | 1 year ago | |
template.md.jinja | 1 year ago |
README.md
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.