changelog: Clarify naming convention of changelog entries that are now picked up by changed.d

This commit is contained in:
Iain Buclaw 2022-10-28 11:38:00 +02:00 committed by Mathias LANG
parent 048be13548
commit 7c0a6512fd

View file

@ -4,9 +4,10 @@ merged into stable prior to a new release.
How to add a new changelog entry to the pending changelog?
==========================================================
Create a new file in the `changelog` folder. It should end with `.dd` and look
similar to a git commit message. The first line represents the title of the change.
After an empty line follows the long description:
Create a new file in the `changelog` folder. It should begin with either `dmd.`
or `druntime.` and end with `.dd`. The contents of the entry should look
similar to a git commit message. The first line represents the title of the
change. After an empty line follows the long description:
```
My fancy title of the new feature