Skip to content
Snippets Groups Projects

Testing RELEASE workflow dry-run, again

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