Skip to content

Commit

Permalink
Check for outdated dependencies before publishing
Browse files Browse the repository at this point in the history
type: testing
  • Loading branch information
casey committed Apr 8, 2020
1 parent 99a069a commit 3971854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3971854

Please sign in to comment.