File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,13 @@ defmodule Mix.Tasks.Release do
38
38
39
39
If the given name does not exist, an error is raised.
40
40
41
- If `mix release`, without a name, is invoked and there are multiple names,
42
- an error will be raised unless you set `default_release: NAME` at the root
43
- of your project configuration.
41
+ If `mix release` is invoked, without specifying a release name, and
42
+ there are multiple releases configured, an error will be raised
43
+ unless you set `default_release: NAME` at the root of your project
44
+ configuration.
44
45
45
- If `mix release` is invoked and there are no names , a release using the
46
- application name and default values is assembled .
46
+ If `mix release` is invoked and there are no releases configured , a
47
+ release is assembled using the application name and default values.
47
48
48
49
## Why releases?
49
50
You can’t perform that action at this time.
0 commit comments