Commit 50dadc62 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'toupeira-master-patch-48624' into 'master'

Describe changelog types in developer docs

See merge request gitlab-org/gitlab!63285
parents ab98ad95 34fcd7bf
......@@ -20,14 +20,14 @@ automatically.
The `Changelog` trailer accepts the following values:
- added
- fixed
- changed
- deprecated
- removed
- security
- performance
- other
- `added`: New feature
- `fixed`: Bug fix
- `changed`: Feature change
- `deprecated`: New deprecation
- `removed`: Feature removal
- `security`: Security fix
- `performance`: Performance improvement
- `other`: Other
An example of a Git commit to include in the changelog is the following:
......
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