Skip to content

Commit

Permalink
build: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Aug 8, 2024
1 parent bb8af5e commit f323b4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ set -e

release="0"
all_versions=( \
"16.3" "16.2" "16.1" "16.0" \
"15.7" "15.6" "15.5" "15.4" "15.3" "15.2" "15.1" "15.0" \
"14.12" "14.11" "14.10" "14.9" "14.8" "14.7" "14.6" "14.5" "14.4" "14.3" "14.2" "14.1" "14.0" \
"13.15" "13.14" "13.13" "13.12" "13.11" "13.10" "13.9" "13.8" "13.7" "13.6" "13.5" "13.4" "13.3" "13.2" "13.1" "13.0" \
"12.19" "12.18" "12.17" "12.16" "12.15" "12.14" "12.13" "12.12" "12.11" "12.10" "12.9" "12.8" "12.7" "12.6" "12.5" "12.4" "12.3" "12.2" "12.1" "12.0" \
"16.4" "16.3" "16.2" "16.1" "16.0" \
"15.8" "15.7" "15.6" "15.5" "15.4" "15.3" "15.2" "15.1" "15.0" \
"14.13" "14.12" "14.11" "14.10" "14.9" "14.8" "14.7" "14.6" "14.5" "14.4" "14.3" "14.2" "14.1" "14.0" \
"13.16" "13.15" "13.14" "13.13" "13.12" "13.11" "13.10" "13.9" "13.8" "13.7" "13.6" "13.5" "13.4" "13.3" "13.2" "13.1" "13.0" \
"12.20" "12.19" "12.18" "12.17" "12.16" "12.15" "12.14" "12.13" "12.12" "12.11" "12.10" "12.9" "12.8" "12.7" "12.6" "12.5" "12.4" "12.3" "12.2" "12.1" "12.0" \
)
release_notes="release_notes.md"

Expand Down

0 comments on commit f323b4b

Please sign in to comment.