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 4de3a3f commit 67609abCopy full SHA for 67609ab
docs/src/.vuepress/sidebar/fetch-versioned-release-notes.sh
100644
100755
@@ -10,7 +10,7 @@ REPO_NAME="dsf"
10
OUTPUT_BASE_DIR="../../operations"
11
12
# Define the range of versions
13
-VERSIONS=("v1.0.0" "v1.1.0" "v1.2.0" "v1.3.0" "v1.3.1" "v1.3.2" "v1.4.0" "v1.5.0" "v1.5.1" "v1.5.2" "v1.6.0" "v1.7.0" "v1.7.1" "v1.8.0")
+VERSIONS=("v1.0.0" "v1.1.0" "v1.2.0" "v1.3.0" "v1.3.1" "v1.3.2" "v1.4.0" "v1.5.0" "v1.5.1" "v1.5.2" "v1.6.0" "v1.7.0" "v1.7.1" "v1.8.0" "v1.9.0" "v2.0.0-RC2")
14
15
# Fetch all release details
16
echo "Fetching all releases..."
0 commit comments