ci: add automatic changelog generation
This commit is contained in:
parent
586d12a1ae
commit
46a031e61a
6 changed files with 1093 additions and 20 deletions
7
changelog.config.js
Normal file
7
changelog.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
const config = require("conventional-changelog-conventionalcommits");
|
||||
|
||||
module.exports = config();
|
Loading…
Add table
Add a link
Reference in a new issue