File hex-0.21.3-git.patch of Package elixir-hex
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 94eeb9d..25a291f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install OTP and Elixir
- uses: erlef/setup-beam@v1.7
+ uses: erlef/setup-beam@v1.9
with:
otp-version: 24
elixir-version: 1.12
@@ -41,9 +41,11 @@ jobs:
matrix:
pair:
- erlang: master
- elixir: 1.11.3
- - erlang: 23.1
+ elixir: 1.12.3
+ - erlang: 24.0
elixir: master
+ - erlang: 24.0
+ elixir: 1.12.3
- erlang: 23.1
elixir: 1.11.3
- erlang: 23.1
@@ -70,8 +72,8 @@ jobs:
elixir: 1.0.5
env:
- HEXPM_OTP: OTP-23.1
- HEXPM_ELIXIR: v1.11.1
+ HEXPM_OTP: OTP-24.0
+ HEXPM_ELIXIR: v1.12.3
HEXPM_PATH: hexpm
HEXPM_ELIXIR_PATH: hexpm_elixir
HEXPM_OTP_PATH: hexpm_otp
@@ -82,7 +84,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install OTP and Elixir
- uses: erlef/setup-beam@v1.7
+ uses: erlef/setup-beam@v1.9
with:
otp-version: ${{matrix.pair.erlang}}
elixir-version: ${{matrix.pair.elixir}}
diff --git a/RELEASE.md b/RELEASE.md
index fbe5bdc..5c9817d 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -18,11 +18,13 @@ This document simply outlines the release process:
8. Run the `release.sh` script and set the path to the private key for Elixir `ELIXIR_PEM=path/to/elixir.pem ./release.sh VERSION` where `VERSION` is the Hex version being released without a `v` prefix
-9. Increment version and add `-dev` extension to versions (see below for all files)
+9. Purge "installs" key on Fastly dashboard
-10. Commit changes above with title "Bump to vVERSION-dev"
+10. Increment version and add `-dev` extension to versions (see below for all files)
-11. Push main
+11. Commit changes above with title "Bump to vVERSION-dev"
+
+12. Push main
## All builds