diff --git a/changelog.d/pr-5446.misc b/changelog.d/pr-5446.misc new file mode 100644 index 0000000000..cdd5b09d5d --- /dev/null +++ b/changelog.d/pr-5446.misc @@ -0,0 +1 @@ +Add WIP to towncrier. \ No newline at end of file diff --git a/towncrier.toml b/towncrier.toml index 2587d18b2a..689728cc2c 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -39,6 +39,11 @@ template = "changelog.d/_template.md.jinja" name = "📄 Documentation" showcontent = true +[[tool.towncrier.type]] + directory = "wip" + name = "🚧 In development 🚧" + showcontent = true + [[tool.towncrier.type]] directory = "misc" name = "Others"