File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments