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 ad16b58 commit f2ffa79Copy full SHA for f2ffa79
scripts/create-new-minor-version
@@ -48,6 +48,8 @@ NEXT_VERSION=$MAJOR_VERSION.$(($MINOR_VERSION+1)).$PATCH_VERSION
48
49
# Copy the current release guides into the appropriate version-numbered folder.
50
# `-r` is for recursive, so all directory content is copied.
51
+echo "🤖 Removing any directories for $CURRENT_VERSION"
52
+rm -rf guides/$CURRENT_VERSION
53
echo "🤖 Copying release to $CURRENT_VERSION"
54
cp -r guides/release guides/$CURRENT_VERSION
55
echo " DONE"
0 commit comments