ci: add automatic changelog generation
This commit is contained in:
parent
586d12a1ae
commit
46a031e61a
6 changed files with 1093 additions and 20 deletions
9
.husky/commit-msg
Executable file
9
.husky/commit-msg
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn run commitlint --edit "$1"
|
Loading…
Add table
Add a link
Reference in a new issue