Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
070fd264
Commit
070fd264
authored
Nov 01, 2018
by
Philippe Lafoucrière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing `performance` to changelog type doc
parent
31733b6f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
doc/development/changelog.md
doc/development/changelog.md
+9
-9
No files found.
doc/development/changelog.md
View file @
070fd264
...
@@ -134,13 +134,13 @@ If you're working on the GitLab EE repository, the entry will be added to
...
@@ -134,13 +134,13 @@ If you're working on the GitLab EE repository, the entry will be added to
### Arguments
### Arguments
| Argument | Shorthand | Purpose |
| Argument | Shorthand | Purpose |
| ----------------- | --------- | ---------------------------------------------------------------------------------------------------------- |
| ----------------- | --------- | ----------------------------------------------------------------------------------------------------------
-----------------------------
|
| [`--amend`] | | Amend the previous commit |
| [`--amend`] | | Amend the previous commit |
| [`--force`] | `-f` | Overwrite an existing entry |
| [`--force`] | `-f` | Overwrite an existing entry |
| [`--merge-request`] | `-m` | Set merge request ID |
| [`--merge-request`] | `-m` | Set merge request ID |
| [`--dry-run`] | `-n` | Don't actually write anything, just print |
| [`--dry-run`] | `-n` | Don't actually write anything, just print |
| [`--git-username`] | `-u` | Use Git user.name configuration as the author |
| [`--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
|
| [`--type`] | `-t` | The category of the change, valid options are:
`added`, `fixed`, `changed`, `deprecated`, `removed`, `security`, `performance`, `other`
|
| [`--help`] | `-h` | Print help message |
| [`--help`] | `-h` | Print help message |
[`--amend`]: #-amend
[`--amend`]: #-amend
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment