Skip to content

Commit e3f1233

Browse files
author
Gunther Klessinger
committed
chore: Prepare release
1 parent 10669df commit e3f1233

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
@@ -85,7 +85,7 @@ doctest:
8585
# Calcs a version, adds to pyproject, git tags, calls publish <version>
8686
new-version VERSION="":
8787
#!/usr/bin/env bash
88-
set -euo pipefail
88+
set -xeuo pipefail
8989
VERSION_ARG="{{VERSION}}"
9090
if [ -z "$VERSION_ARG" ]; then
9191
# Use calendar versioning by default

0 commit comments

Comments
 (0)