Add refactoring changelog type

This commit is contained in:
Ciarán Ainsworth 2022-10-13 16:18:00 +02:00 committed by Georg Krause
parent 03a027162a
commit 0c872ed559
1 changed files with 1 additions and 0 deletions

View File

@ -696,6 +696,7 @@ Changelog fragments use the following naming convention: `changes/changelog.d/<n
- `feature` a new feature - `feature` a new feature
- `enhancement` an extension of an existing feature - `enhancement` an extension of an existing feature
- `bugfix` a bugfix or patch - `bugfix` a bugfix or patch
- `refactoring` refactored code
- `doc` new documentation - `doc` new documentation
- `i18n` internationalization-related work - `i18n` internationalization-related work
- `misc` any work that doesn't fit into the above categories - `misc` any work that doesn't fit into the above categories