Skip to content

Commit 0cf8b59

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

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

justfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,7 @@ new-version VERSION="":
8787
#!/usr/bin/env bash
8888
set -xeuo pipefail
8989
VERSION="{{VERSION}}"
90-
if [ -z "$VERSION" ]; then
91-
# Use calendar versioning by default
92-
VERSION=$(date "+%Y.%m.%d")
93-
echo "Using calendar version: $VERSION"
94-
fi
90+
if [ -z "$VERSION" ]; then VERSION=$(date "+%Y.%m.%d"); fi
9591
echo "Releasing version $VERSION"
9692
sed -i '' "s/^version = .*/version = \"$VERSION\"/" pyproject.toml
9793
git commit -am "chore: Prepare release $VERSION" || true

0 commit comments

Comments
 (0)