Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-10 13:15:43 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-10 13:15:43 +0300
commit78d09e3ef3df117499c172604bfa2ff51d21351d (patch)
treef550a77a80cdaea9fea994d4152f041d808acdf1 /doc/development/changelog.md
parenta52dbbbc5335a8ff35eb6b171eea5f019b6c7138 (diff)
Start linting for unneeded dollar signs
Do not use dollar signs in shell codeblocks when no output is shown
Diffstat (limited to 'doc/development/changelog.md')
-rw-r--r--doc/development/changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/changelog.md b/doc/development/changelog.md
index 814624c7586..5667f58b0c3 100644
--- a/doc/development/changelog.md
+++ b/doc/development/changelog.md
@@ -99,7 +99,7 @@ automatically.
Its simplest usage is to provide the value for `title`:
```text
-$ bin/changelog 'Hey DZ, I added a feature to GitLab!'
+bin/changelog 'Hey DZ, I added a feature to GitLab!'
```
At this point the script would ask you to select the category of the change (mapped to the `type` field in the entry):