Skip to content

Commit a9d2e40

Browse files
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 #17301 (comment)
1 parent 0c4f7a3 commit a9d2e40

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog.d/17399.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clarify that changelog content *and file extension* need to match in order for entries to merge.

docs/development/contributing_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,9 @@ For example, a fix in PR #1234 would have its changelog entry in
449449
> The security levels of Florbs are now validated when received
450450
> via the `/federation/florb` endpoint. Contributed by Jane Matrix.
451451

452-
If there are multiple pull requests involved in a single bugfix/feature/etc,
453-
then the content for each `changelog.d` file should be the same. Towncrier will
454-
merge the matching files together into a single changelog entry when we come to
452+
If there are multiple pull requests involved in a single bugfix/feature/etc, then the
453+
content for each `changelog.d` file and file extension should be the same. Towncrier
454+
will merge the matching files together into a single changelog entry when we come to
455455
release.
456456

457457
### How do I know what to call the changelog file before I create the PR?

0 commit comments

Comments
 (0)