Skip to content

Commit

Permalink
build: add new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed May 10, 2024
1 parent 5236b03 commit bb8af5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

set -e

release="3"
release="0"
all_versions=( \
"16.2" "16.1" "16.0" \
"15.6" "15.5" "15.4" "15.3" "15.2" "15.1" "15.0" \
"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.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.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.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" \
)
release_notes="release_notes.md"

Expand Down

0 comments on commit bb8af5e

Please sign in to comment.