Skip to content

Commit b8adf72

Browse files
Merge pull request #16 from epochtalk/semantic-release
Semantic release
2 parents 7cf1dc6 + 56ae6dd commit b8adf72

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ workflows:
4040
version: 2
4141
release:
4242
jobs:
43-
- release
43+
- build
44+
- release:
45+
requires:
46+
- build

mix.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ defmodule Epoch.Mixfile do
7272
version_from_file()
7373
|> handle_file_version()
7474
|> String.replace_leading("v", "")
75-
|> String.replace("-", ".", global: false)
7675
|> String.trim
7776
end
7877

0 commit comments

Comments
 (0)