kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
1.3 KiB
1.3 KiB
Changelog fragments
We try to add changelog fragments when we make changes so that we can show users what we've done. These fragments are small text files that contain a summary of changes. When we make a release, we compile these into a full changelog using towncrier.
Each changelog fragment should contain a short and meaningful summary of changes and include the issue number (where applicable). For example:
Fixed broken audio player on Chrome 42 for ogg files (#567)
If there's no issue, insert the merge request identifier instead:
Fixed a typo in landing page copy (!342)
Naming
Changelog fragments use the following naming convention: changes/changelog.d/<name>.category>
. The <name>
can be anything that describes your work, or the issue ID. The category can be one of the following:
feature
– a new featureenhancement
– an extension of an existing featurebugfix
– a bugfix or patchrefactoring
– refactored codedoc
– new documentationi18n
– internationalization-related workmisc
– any work that doesn't fit into the above categories
You can create these files manually or use the following command to create a fragment:
towncrier new --edit $issue.$category