projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e02f22d
)
no print version to the shell
author
Alex S
<alex.strizhakov@gmail.com>
Sun, 16 Jun 2019 03:48:15 +0000
(11:48 +0800)
committer
Alex S
<alex.strizhakov@gmail.com>
Sun, 16 Jun 2019 03:48:15 +0000
(11:48 +0800)
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index a52debc91887ffd945d614a05fb27d28128f26fa..93f2d84760d6c90f6da17828ac2cba6b0b503f40 100644
(file)
--- a/
mix.exs
+++ b/
mix.exs
@@
-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