Skip to content

Commit c9298e9

Browse files
author
Gunther Klessinger
committed
chore: Prepare release 2025.08.02
1 parent 0840875 commit c9298e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ new-version VERSION="":
9595
echo "Releasing version $VERSION"
9696
sed -i '' "s/^version = .*/version = \"$VERSION\"/" pyproject.toml
9797
git commit -am "chore: Prepare release $VERSION" || true
98+
git -d tag "$VERSION" 2>/dev/null || true
9899
git tag "$VERSION"
99100

100101
publish:

0 commit comments

Comments
 (0)