mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
Changelog entries only get merged if they have the same content and extension (#17399)
Changelog entries only get merged if they have the same content and extension See https://github.com/element-hq/synapse/pull/17301#discussion_r1665387218
This commit is contained in:
parent
0c4f7a3d16
commit
a9d2e40ea4
2 changed files with 4 additions and 3 deletions
1
changelog.d/17399.doc
Normal file
1
changelog.d/17399.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Clarify that changelog content *and file extension* need to match in order for entries to merge.
|
|
@ -449,9 +449,9 @@ For example, a fix in PR #1234 would have its changelog entry in
|
|||
> The security levels of Florbs are now validated when received
|
||||
> via the `/federation/florb` endpoint. Contributed by Jane Matrix.
|
||||
|
||||
If there are multiple pull requests involved in a single bugfix/feature/etc,
|
||||
then the content for each `changelog.d` file should be the same. Towncrier will
|
||||
merge the matching files together into a single changelog entry when we come to
|
||||
If there are multiple pull requests involved in a single bugfix/feature/etc, then the
|
||||
content for each `changelog.d` file and file extension should be the same. Towncrier
|
||||
will merge the matching files together into a single changelog entry when we come to
|
||||
release.
|
||||
|
||||
### How do I know what to call the changelog file before I create the PR?
|
||||
|
|
Loading…
Reference in a new issue