mirror of
https://github.com/status-im/status-go.git
synced 2025-01-12 07:35:02 +00:00
fix_: ignore description in commit check
This commit is contained in:
parent
8c7a6aa54d
commit
a9228df085
@ -22,7 +22,7 @@ parse_commits() {
|
|||||||
# Uncomment the line below if you want to exit on an invalid commit message
|
# Uncomment the line below if you want to exit on an invalid commit message
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
done < <(git log --format=%B "$start_commit".."$end_commit" | sed '/^\s*$/d')
|
done < <(git log --format=%s "$start_commit".."$end_commit")
|
||||||
|
|
||||||
echo "$is_breaking_change"
|
echo "$is_breaking_change"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user