diff --git a/renovate.json b/renovate.json index 5db72dd..30db4fa 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "ignoreUnstable": "false" + } ] } diff --git a/scripts/release.sh b/scripts/release.sh index a9474ff..c7678cd 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -10,7 +10,7 @@ if [ ! -z "$VERSION" ]; then ## Publish Package pnpm version $VERSION -m "Bump version to: %s [skip ci]" ## publish to npm - pnpm publish + pnpm publish --no-git-checks ## Create GitHub Release git push --follow-tags --set-upstream origin $branch