no print version to the shell

stable
Alex S 5 years ago
parent e02f22d779
commit 451593f45e

@ -215,12 +215,8 @@ defmodule Pleroma.Mixfile do
"-" <> branch_name
end
full_version =
[version, git_pre_release, branch_name, build]
|> Enum.filter(fn string -> string && string != "" end)
|> Enum.join()
Mix.shell().info("Project version: #{full_version}")
full_version
[version, git_pre_release, branch_name, build]
|> Enum.filter(fn string -> string && string != "" end)
|> Enum.join()
end
end

Loading…
Cancel
Save