Skip to content

Commit

Permalink
Do cargo check before releasing a new version (youki-dev#3039)
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <[email protected]>
Signed-off-by: Akiyama <[email protected]>
  • Loading branch information
utam0k authored and YamasouA committed Feb 2, 2025
1 parent 7669ed4 commit 69a8e8f
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 69a8e8f

Please sign in to comment.