From c50ec305f82c6aa368c47fa51795c5813301a37c Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 26 Jan 2022 16:19:54 +0000 Subject: [PATCH] Add WIP to towncrier. --- changelog.d/pr-5446.misc | 1 + towncrier.toml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 changelog.d/pr-5446.misc 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"