build(meta): Add 'refactor' as a valid Conventional Commits commit type

This commit is contained in:
hygienic-books 2022-05-02 00:11:27 +02:00
parent df6580c800
commit 51a1ccaf8a

View File

@ -34,9 +34,10 @@
package_dir = "src"
filename = "CHANGELOG.md"
type = [
{ name = "Features", directory = "feat", showcontent = true },
{ name = "Bug fixes", directory = "fix", showcontent = true },
{ name = "Project structure", directory = "build", showcontent = true },
{ name = "Features", directory = "feat", showcontent = true },
{ name = "Bug fixes", directory = "fix", 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