From a6b63bb5ee48b32be07a9d407cc9c9bc6478eedf Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 2 Apr 2021 11:31:47 +0200 Subject: [PATCH] Update changelog snippet --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 83ff1b051..07dcdfd83 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -361,7 +361,7 @@ Here is a shortcut you can use/adapt to easily create new fragments from command issue="42" content="Fixed an overflowing issue on small resolutions (#$issue)" category="bugfix" - echo $content > changes/changelog.d/$issue.$category + echo "$content ($issue)" > changes/changelog.d/$issue.$category You can of course create fragments by hand in your text editor, or from Gitlab's interface as well.