Skip to content

Commit

Permalink
Do cargo check before releasing a new version (#3039)
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <[email protected]>
  • Loading branch information
utam0k authored Jan 6, 2025
1 parent dcb299f commit d59ef9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,5 @@ version-up version:
{{ cwd }}/scripts/release_tag.sh {{version}}
NEXT_VERSION=$(echo {{version}} | awk -F. -v OFS=. '{$NF += 1 ; print}')
sed -i "s/{{version}}/$NEXT_VERSION/g" .tagpr
# Need to update the lockfile.
cargo check

0 comments on commit d59ef9d

Please sign in to comment.