Commit c1ee879c authored by Robert Speicher's avatar Robert Speicher

Update examples in changelog docs to use single quotes around title

[ci skip]
parent c3216706
...@@ -36,7 +36,7 @@ automatically. ...@@ -36,7 +36,7 @@ automatically.
Its simplest usage is to provide the value for `title`: Its simplest usage is to provide the value for `title`:
```text ```text
$ bin/changelog Hey DZ, I added a feature to GitLab! $ bin/changelog 'Hey DZ, I added a feature to GitLab!'
create changelogs/unreleased/my-feature.yml create changelogs/unreleased/my-feature.yml
--- ---
title: Hey DZ, I added a feature to GitLab! title: Hey DZ, I added a feature to GitLab!
...@@ -85,7 +85,7 @@ Use the **`--merge-request`** or **`-m`** argument to provide the ...@@ -85,7 +85,7 @@ Use the **`--merge-request`** or **`-m`** argument to provide the
`merge_request` value: `merge_request` value:
```text ```text
$ bin/changelog Hey DZ, I added a feature to GitLab! -m 1983 $ bin/changelog 'Hey DZ, I added a feature to GitLab!' -m 1983
create changelogs/unreleased/feature-hey-dz.yml create changelogs/unreleased/feature-hey-dz.yml
--- ---
title: Hey DZ, I added a feature to GitLab! title: Hey DZ, I added a feature to GitLab!
...@@ -118,7 +118,7 @@ Use the **`--git-username`** or **`-u`** argument to automatically fill in the ...@@ -118,7 +118,7 @@ Use the **`--git-username`** or **`-u`** argument to automatically fill in the
$ git config user.name $ git config user.name
Jane Doe Jane Doe
$ bin/changelog --u Hey DZ, I added a feature to GitLab! $ bin/changelog --u 'Hey DZ, I added a feature to GitLab!'
create changelogs/unreleased/feature-hey-dz.yml create changelogs/unreleased/feature-hey-dz.yml
--- ---
title: Hey DZ, I added a feature to GitLab! title: Hey DZ, I added a feature to GitLab!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment