Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"ignoreUnstable": "false"
}
]
}
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down