Prepend commit messages with -
in changelog (#1379)
This commit is contained in:
parent
11feadcf89
commit
dc9f458937
4
justfile
4
justfile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user