Skip to content
Snippets Groups Projects
Verified Commit a6b63bb5 authored by Georg Krause's avatar Georg Krause
Browse files

Update changelog snippet

parent 1f80f30a
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment