From 2083ffe355d2c9f486cec10abde5650b50796ad4 Mon Sep 17 00:00:00 2001 From: Chris Beaven Date: Tue, 17 Jan 2023 14:12:22 +1300 Subject: [PATCH] Add change --- src/towncrier/newsfragments/468.bugfix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/towncrier/newsfragments/468.bugfix diff --git a/src/towncrier/newsfragments/468.bugfix b/src/towncrier/newsfragments/468.bugfix new file mode 100644 index 00000000..3f26222e --- /dev/null +++ b/src/towncrier/newsfragments/468.bugfix @@ -0,0 +1,3 @@ +Fix creating fragment in a section not adding random characters. + +For example, `towncrier create some_section/+.feature` should end up as a fragment named something like `news/some_section/+a4e22da1.feature`. \ No newline at end of file