We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1526a commit 0aca00dCopy full SHA for 0aca00d
1 file changed
scripts/git/hooks/pre-commit
@@ -27,7 +27,7 @@ exec 1>&2
27
28
hint_changelog() {
29
if [[ -f ${GIT_TOPDIR}/CHANGELOG.md ]] &&
30
- ![[ -L ${GIT_TOPDIR}/CHANGELOG.md ]]; then
+ ! [[ -L ${GIT_TOPDIR}/CHANGELOG.md ]]; then
31
if ! [[ " ${try_modify[@]} " =~ " CHANGELOG.md " ]]; then
32
git status --short
33
fatal "${@}" "you forgot modify CHANGELOG!!! Try FORCE???"
0 commit comments