We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fa61d commit 383598bCopy full SHA for 383598b
lib/mix/lib/mix/tasks/release.ex
@@ -581,7 +581,7 @@ defmodule Mix.Tasks.Release do
581
Your `config/releases.exs` file needs to follow three important rules:
582
583
* It MUST `import Config` at the top instead of the deprecated `use Mix.Config`
584
- * It MUST NOT import any other configuration file via `import_file`
+ * It MUST NOT import any other configuration file via `import_config`
585
* It MUST NOT access `Mix` in any way, as `Mix` is a build tool and it not
586
available inside releases
587
0 commit comments