Skip to content

Commit

Permalink
Prepare for v0.5.0 (youki-dev#3016)
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <k0ma@utam0k.jp>
Signed-off-by: Akiyama <akiakiskyhand@gmail.com>
  • Loading branch information
utam0k authored and YamasouA committed Feb 2, 2025
1 parent 523cd27 commit 44b81e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tagpr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tagpr]
vPrefix = true
releaseBranch = main
versionFile = -
command = just version-up 0.5.2
versionFile = .tagpr
command = just version-up 0.5.0
release = false
changelog = true
2 changes: 0 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,3 @@ 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 44b81e4

Please sign in to comment.