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 2b2505d commit c62de15Copy full SHA for c62de15
prepare_release.sh
@@ -14,7 +14,7 @@ python -m venv .venv
14
. .venv/bin/activate
15
pip install git-archive-all
16
# see .github/workflows/test.yml for more info
17
-yarn naughty-patch
+yarn naughty-patch || true
18
PACKAGE_VERSION=$(node -p "require('./package.json').version")
19
yarn update_version
20
echo "PACKAGE_VERSION: $PACKAGE_VERSION"
0 commit comments