Skip to content

Commit 67609ab

Browse files
committed
updated fetch release note script for 1.9.0 and 2.0.0-RC2
1 parent 4de3a3f commit 67609ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/.vuepress/sidebar/fetch-versioned-release-notes.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ REPO_NAME="dsf"
1010
OUTPUT_BASE_DIR="../../operations"
1111

1212
# 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")
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" "v1.9.0" "v2.0.0-RC2")
1414

1515
# Fetch all release details
1616
echo "Fetching all releases..."

0 commit comments

Comments
 (0)