neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
v1.4.1
7a03a87 · Jonathan Clem · 2020-09-17 16:14
Files changed
modified
README.md
+4
−0
@@ -25,6 +25,10 @@ Additionally, it is recommended that one specifies OTP and Elixir versions
| 25 | 25 | using YAML strings, as these examples do, so that numbers like `23.0` don't |
| 26 | 26 | end up being parsed as `23`, which is not equivalent. |
| 27 | 27 | |
| 28 | +For pre-release Elixir versions, such as `1.11.0-rc.0`, use the full version | |
| 29 | +specifier (`1.11.0-rc.0`). Pre-release versions are opt-in, so `1.11.x` will | |
| 30 | +not match a pre-release. | |
| 31 | + | |
| 28 | 32 | ### Basic example |
| 29 | 33 | |
| 30 | 34 | ```yaml |
modified
package-lock.json
+1
−1
@@ -1,6 +1,6 @@
| 1 | 1 | { |
| 2 | 2 | "name": "setup-elixir", |
| 3 | − "version": "1.4.0", | |
| 3 | + "version": "1.4.1", | |
| 4 | 4 | "lockfileVersion": 1, |
| 5 | 5 | "requires": true, |
| 6 | 6 | "dependencies": { |
modified
package.json
+1
−1
@@ -1,6 +1,6 @@
| 1 | 1 | { |
| 2 | 2 | "name": "setup-elixir", |
| 3 | − "version": "1.4.0", | |
| 3 | + "version": "1.4.1", | |
| 4 | 4 | "license": "MIT", |
| 5 | 5 | "private": true, |
| 6 | 6 | "scripts": { |
Parents: 36fa5b2