ci: add automatic changelog generation

This commit is contained in:
Johannes Loher 2021-09-14 17:10:23 +02:00
parent 586d12a1ae
commit 46a031e61a
6 changed files with 1093 additions and 20 deletions

5
commitlint.config.js Normal file
View file

@ -0,0 +1,5 @@
// SPDX-FileCopyrightText: 2021 Johannes Loher
//
// SPDX-License-Identifier: MIT
module.exports = { extends: ["@commitlint/config-conventional"] };