Skip to content
Snippets Groups Projects

New RELEASE

Closed Stefan E. Funk requested to merge develop into main
16 files
+ 16347
110
Compare changes
  • Side-by-side
  • Inline
Files
16
+ 4
0
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
exec < /dev/tty && npx cz --hook || true
Loading