diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-16 14:58:29 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-16 14:58:29 +0000 |
commit | 359975583b5ae1d9eda12b5eb154bb494f1d4cdc (patch) | |
tree | 4745a722584e1c97d463e043ae37f82d6fad9df9 | |
parent | 536c128d603df476bfab5f2d3226683c50b1b8e2 (diff) | |
parent | 070fd2640a1987f7bab68d8547691c784bf7074a (diff) | |
download | gitlab-ce-359975583b5ae1d9eda12b5eb154bb494f1d4cdc.tar.gz |
Merge branch 'docs/fix_changelog_type_documentation' into 'master'
Add missing `performance` to changelog type doc
See merge request gitlab-org/gitlab-ce!22733
-rw-r--r-- | doc/development/changelog.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/development/changelog.md b/doc/development/changelog.md index f06d40d1dbb..cd0a1f46d27 100644 --- a/doc/development/changelog.md +++ b/doc/development/changelog.md @@ -133,15 +133,15 @@ If you're working on the GitLab EE repository, the entry will be added to ### Arguments -| Argument | Shorthand | Purpose | -| ----------------- | --------- | ---------------------------------------------------------------------------------------------------------- | -| [`--amend`] | | Amend the previous commit | -| [`--force`] | `-f` | Overwrite an existing entry | -| [`--merge-request`] | `-m` | Set merge request ID | -| [`--dry-run`] | `-n` | Don't actually write anything, just print | -| [`--git-username`] | `-u` | Use Git user.name configuration as the author | -| [`--type`] | `-t` | The category of the change, valid options are: added, fixed, changed, deprecated, removed, security, other | -| [`--help`] | `-h` | Print help message | +| Argument | Shorthand | Purpose | +| ----------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------- | +| [`--amend`] | | Amend the previous commit | +| [`--force`] | `-f` | Overwrite an existing entry | +| [`--merge-request`] | `-m` | Set merge request ID | +| [`--dry-run`] | `-n` | Don't actually write anything, just print | +| [`--git-username`] | `-u` | Use Git user.name configuration as the author | +| [`--type`] | `-t` | The category of the change, valid options are: `added`, `fixed`, `changed`, `deprecated`, `removed`, `security`, `performance`, `other` | +| [`--help`] | `-h` | Print help message | [`--amend`]: #-amend [`--force`]: #-force-or-f |