File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -389,10 +389,10 @@ defmodule Mix.Tasks.Release do
389389 * `:strip_beams` - controls if BEAM files should have their debug information,
390390 documentation chunks, and other non-essential metadata removed. Defaults to
391391 `true`. May be set to `false` to disable stripping. Also accepts
392- `[keep: ["Docs", "Dbgi"]]` to keep certain chunks that are usually stripped.
393- You can also set the `:compress` option to true to enable individual
394- compression of BEAM files, although it is typically preferred to compress
395- the whole release instead.
392+ `[keep: ["Docs", "Dbgi"]]` to keep certain chunks that are usually stripped.
393+ You can also set the `:compress` option to true to enable individual
394+ compression of BEAM files, although it is typically preferred to compress
395+ the whole release instead.
396396
397397 * `:cookie` - a string representing the Erlang Distribution cookie. If this
398398 option is not set, a random cookie is written to the `releases/COOKIE` file
You can’t perform that action at this time.
0 commit comments