build(meta): Add 'refactor' as a valid Conventional Commits commit type
This commit is contained in:
parent
df6580c800
commit
51a1ccaf8a
@ -37,6 +37,7 @@
|
|||||||
{ name = "Features", directory = "feat", showcontent = true },
|
{ name = "Features", directory = "feat", showcontent = true },
|
||||||
{ name = "Bug fixes", directory = "fix", showcontent = true },
|
{ name = "Bug fixes", directory = "fix", showcontent = true },
|
||||||
{ name = "Project structure", directory = "build", showcontent = true },
|
{ name = "Project structure", directory = "build", showcontent = true },
|
||||||
|
{ name = "Refactor", directory = "refactor", showcontent = true }
|
||||||
]
|
]
|
||||||
|
|
||||||
# New format is in the works, not yet part of towncrier 21.9.0
|
# New format is in the works, not yet part of towncrier 21.9.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user