Update changelog snippet
This commit is contained in:
parent
1f80f30a12
commit
a6b63bb5ee
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue