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.
2 parents 7cf1dc6 + 56ae6dd commit b8adf72Copy full SHA for b8adf72
.circleci/config.yml
@@ -40,4 +40,7 @@ workflows:
40
version: 2
41
release:
42
jobs:
43
- - release
+ - build
44
+ - release:
45
+ requires:
46
mix.exs
@@ -72,7 +72,6 @@ defmodule Epoch.Mixfile do
72
version_from_file()
73
|> handle_file_version()
74
|> String.replace_leading("v", "")
75
- |> String.replace("-", ".", global: false)
76
|> String.trim
77
end
78
0 commit comments