Add refactoring changelog type
This commit is contained in:
parent
03a027162a
commit
0c872ed559
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue