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