Skip to content

Commit 6a84728

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +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
98+
git tag -d "$VERSION" 2>/dev/null || true
9999
git tag "$VERSION"
100100

101101
publish:

0 commit comments

Comments
 (0)