add type docu to changelog template

This commit is contained in:
jkoberg
2021-10-08 09:26:43 +02:00
parent 1a8ddb114f
commit 73da36f405
3 changed files with 16 additions and 1 deletions
+10
View File
@@ -4,3 +4,13 @@ We are using [calens](https://github.com/restic/calens) to properly generate a
changelog before we are tagging a new release. To get an idea how this could
look like <https://github.com/restic/restic/tree/master/changelog> would be the
best reference.
## Create changelog items
Create a file according to the template for each changelog in the unreleased folder.
The following change types are possible:
- Bugfix (general Bugfix)
- Enhancement (new feature)
- Change (breaking change)
- Security (security related issues)