chore(release): introduce release pipeline

This commit is contained in:
Jonas Dellinger
2022-06-04 10:14:51 +02:00
parent f101e23c1c
commit aec27a18a7
6 changed files with 11700 additions and 7 deletions

4
.husky/commit-msg Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no -- commitlint --edit "${1}"