mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-04-23 03:50:49 +00:00
* style(issue-15): setup convetional commits standards * ci(changelog): automated changelog generation * docs: remove changelog checkbox in pr template
4 lines
78 B
Bash
Executable file
4 lines
78 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx commitlint --edit $1
|