We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0f5ba commit 8b5381eCopy full SHA for 8b5381e
scripts/cd.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# Immediate exit on failure
4
+set -e
5
+
6
# Check all pyproject.toml files that have changed
7
for file in $(git diff --name-only HEAD~1..HEAD | grep pyproject.toml); do
8
# Extract the current version and build the expected tag
0 commit comments