Prepend commit messages with - in changelog (#1379)

This commit is contained in:
Casey Rodarmor 2022-10-25 14:42:11 -07:00 committed by GitHub
parent 11feadcf89
commit dc9f458937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,8 +56,8 @@ view-man: man
man man/just.1
# add git log messages to changelog
changes:
git log --pretty=format:%s >> CHANGELOG.md
update-changelog:
git log --pretty='format:- %s' >> CHANGELOG.md
check: fmt clippy test forbid
#!/usr/bin/env bash