Commit 34fcd7bf authored by Markus Koller's avatar Markus Koller

Describe changelog types in developer docs

parent 7945d196
...@@ -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