From 9fe85ce2841b1050463cb74311a32ff2132cde0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= <oddstr13@openshell.no>
Date: Sun, 17 Oct 2021 22:44:44 +0200
Subject: [PATCH] Fix default item format

---
 .github/tools/reformat_changelog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/tools/reformat_changelog.py b/.github/tools/reformat_changelog.py
index 9a3f108e..00ce5975 100755
--- a/.github/tools/reformat_changelog.py
+++ b/.github/tools/reformat_changelog.py
@@ -8,7 +8,7 @@ from typing import Dict, List, Pattern, Union, TypedDict
 from emoji.core import emojize, demojize, replace_emoji
 
 
-ITEM_FORMAT = "+ {title} ({issue}) @{username}"
+ITEM_FORMAT = "+ {title} (#{issue}) @{username}"
 OUTPUT_EMOJI = False
 
 ITEM_PATTERN: Pattern = re.compile(