Skip to content

Commit 0bf3090

Browse files
committed
comment out semver-level invocation
1 parent 752625b commit 0bf3090

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release-proposal-dispatch.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,13 @@ jobs:
312312
continue
313313
fi
314314
315-
echo "Executing semver-level.sh for $NAME since $RANGE (tag: $TAG)..."
316-
SEMVER_LEVEL=$(./scripts/semver-level.sh "$NAME" "refs/tags/$TAG" 2>&1)
317-
echo "Semver level: $SEMVER_LEVEL"
315+
# echo "Executing semver-level.sh for $NAME since $RANGE (tag: $TAG)..."
316+
# SEMVER_LEVEL=$(./scripts/semver-level.sh "$NAME" "refs/tags/$TAG" 2>&1)
317+
# echo "Semver level: $SEMVER_LEVEL"
318318
319-
LEVEL=$(echo "$SEMVER_LEVEL" | jq -r '.level')
319+
# LEVEL=$(echo "$SEMVER_LEVEL" | jq -r '.level')
320+
# TODO: remove this once semver-level.sh is fixed
321+
LEVEL="patch"
320322
321323
# TODO: cargo release warns if there are no changes to the public API
322324
# warning: updating crate to 4.0.1 despite no changes made since tag crate-v4.0.0

0 commit comments

Comments
 (0)