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 84acaa7 commit 281e7d1Copy full SHA for 281e7d1
build/release.sh
@@ -31,6 +31,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
31
PACKAGE_VERSION=$(get_package_version)
32
cp -Rf dist/docs/releases tmp-releases
33
cp -Rf dist/docs tmp-releases/v$PACKAGE_VERSION
34
+ rm -Rf tmp-releases/v$PACKAGE_VERSION/releases
35
36
# append version
37
sed -i '' -e "s|\"]|\", \"$VERSION\"]|g" docs/versions.json
0 commit comments