https://api.github.com/acenturyandabit/workflowish/blob/7912ec9d16bdc35d415581d38257923e943d6389/.githooks/verbump.sh#L40
;;
esac
# TODO: Also version bump the package.json version
### Check changelog has Latest
if (cat docs/changelog.md | tr -d '\r' | tr '\n' '%' \
| grep -E "^# Version" > /dev/null) ; then