Skip to content

Commit

Permalink
Update release matrix
Browse files Browse the repository at this point in the history
Closes #1014.
  • Loading branch information
ericmj committed Feb 14, 2024
1 parent 3793aaf commit db5324a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ function upload {
hex_version=$1

# UPDATE THIS FOR EVERY RELEASE
build ${hex_version} 24.3.4.16 1.16.1 1.16.0 focal-20240123
build ${hex_version} 24.3.4.16 1.15.7 1.15.0 focal-20240123
build ${hex_version} 23.3 1.14.2 1.14.0 xenial-20210114
build ${hex_version} 22.3 1.13.4 1.13.0 xenial-20200212
build ${hex_version} 22.3 1.12.3 1.12.0 xenial-20200212
Expand All @@ -74,5 +76,5 @@ build ${hex_version} 19.3 1.6.6 1.6.0 xenial-20200212
build ${hex_version} 18.3 1.5.3 1.5.0 xenial-20200212
rm -rf _build

hex_csv "${hex_version}" 1.5.0 1.6.0 1.7.0 1.8.0 1.9.0 1.10.0 1.11.0 1.12.0 1.13.0 1.14.0
upload "${hex_version}" 1.5.0 1.6.0 1.7.0 1.8.0 1.9.0 1.10.0 1.11.0 1.12.0 1.13.0 1.14.0
hex_csv "${hex_version}" 1.5.0 1.6.0 1.7.0 1.8.0 1.9.0 1.10.0 1.11.0 1.12.0 1.13.0 1.14.0 1.15.0 1.16.0
upload "${hex_version}" 1.5.0 1.6.0 1.7.0 1.8.0 1.9.0 1.10.0 1.11.0 1.12.0 1.13.0 1.14.0 1.15.0 1.16.0

0 comments on commit db5324a

Please sign in to comment.