From 44b81e4062fdf7364f2890f77c8376671bd4380e Mon Sep 17 00:00:00 2001 From: Toru Komatsu Date: Tue, 31 Dec 2024 10:27:26 +0900 Subject: [PATCH] Prepare for v0.5.0 (#3016) Signed-off-by: utam0k Signed-off-by: Akiyama --- .tagpr | 4 ++-- justfile | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.tagpr b/.tagpr index b5bd433c5..977c0a27e 100644 --- a/.tagpr +++ b/.tagpr @@ -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 diff --git a/justfile b/justfile index 586134413..aafefc89d 100644 --- a/justfile +++ b/justfile @@ -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