Update changelog snippet

This commit is contained in:
Georg Krause 2021-04-02 11:31:47 +02:00
parent 1f80f30a12
commit a6b63bb5ee
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ Here is a shortcut you can use/adapt to easily create new fragments from command
issue="42" issue="42"
content="Fixed an overflowing issue on small resolutions (#$issue)" content="Fixed an overflowing issue on small resolutions (#$issue)"
category="bugfix" 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 You can of course create fragments by hand in your text editor, or from Gitlab's
interface as well. interface as well.