Skip to content

Commit 0840875

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ new-version VERSION="":
9494
fi
9595
echo "Releasing version $VERSION"
9696
sed -i '' "s/^version = .*/version = \"$VERSION\"/" pyproject.toml
97-
git commit -am "chore: Prepare release {{VERSION}}" || true
98-
git tag "{{VERSION}}"
97+
git commit -am "chore: Prepare release $VERSION" || true
98+
git tag "$VERSION"
9999

100100
publish:
101101
git push --tags

0 commit comments

Comments
 (0)