Check for outdated dependencies before publishing
type: testing
This commit is contained in:
parent
99a069a021
commit
3971854eaa
1
justfile
1
justfile
@ -56,6 +56,7 @@ check: test clippy lint check-minimal-versions
|
||||
git diff --no-ext-diff --quiet --exit-code
|
||||
|
||||
publish-check: check
|
||||
cargo outdated --exit-code 1
|
||||
git branch | grep '* master'
|
||||
grep {{version}} CHANGELOG.md
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user