From da57dcc39c825535c8b2c7956079183956a7380d Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Tue, 20 Oct 2020 19:31:01 +0200 Subject: [PATCH] Update release.sh for Elixir v1.11 --- release.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/release.sh b/release.sh index 7b21ee58c..86cc5bc66 100755 --- a/release.sh +++ b/release.sh @@ -74,6 +74,7 @@ function upload { # UPDATE THIS FOR EVERY RELEASE hex_version=$1 +build ${hex_version} 21.3 1.11.1 1.11.0 build ${hex_version} 21.3 1.10.0 1.10.0 build ${hex_version} 20.3 1.9.4 1.9.0 build ${hex_version} 20.3 1.8.2 1.8.0 @@ -86,11 +87,11 @@ build ${hex_version} 18.3 1.2.6 1.2.0 build ${hex_version} 17.5 1.1.1 1.1.0 build ${hex_version} 17.5 1.0.5 1.0.0 -hex_csv "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.6.0 1.7.0 1.8.0 1.9.0 1.10.0 -upload "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.6.0 1.7.0 1.8.0 1.9.0 1.10.0 +hex_csv "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.6.0 1.7.0 1.8.0 1.9.0 1.10.0 1.11.0 +upload "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.6.0 1.7.0 1.8.0 1.9.0 1.10.0 1.11.0 pushd "../hexpm-ops" -scripts/kubeexec hexpm --prod -- bin/hexpm eval "Hexpm.ReleaseTasks.script([\"add_install.exs\",\"${hex_version}\",\"1.10.0\",\"1.9.0\",\"1.8.0\",\"1.7.0\",\"1.6.0\",\"1.5.0\",\"1.4.0\",\"1.3.0\",\"1.2.0\",\"1.1.0\",\"1.0.0\"])" +scripts/kubeexec hexpm --prod -- bin/hexpm eval "Hexpm.ReleaseTasks.script([\"add_install.exs\",\"${hex_version}\",\"1.11.0\",\"1.10.0\",\"1.9.0\",\"1.8.0\",\"1.7.0\",\"1.6.0\",\"1.5.0\",\"1.4.0\",\"1.3.0\",\"1.2.0\",\"1.1.0\",\"1.0.0\"])" popd # CDN also needs to be purged