We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1608f9f commit bdb02aaCopy full SHA for bdb02aa
mix.exs
@@ -37,7 +37,10 @@ defmodule Tesla.Mixfile do
37
[
38
maintainers: ["Tymon Tobolski"],
39
licenses: ["MIT"],
40
- links: %{"GitHub" => "https://github.com/elixir-tesla/tesla"}
+ links: %{
41
+ "GitHub" => @source_url,
42
+ "Changelog" => "#{@source_url}/blob/master/CHANGELOG.md"
43
+ }
44
]
45
end
46
@@ -101,9 +104,9 @@ defmodule Tesla.Mixfile do
101
104
extras:
102
105
103
106
"README.md",
- "LICENSE"
107
+ LICENSE: [title: "License"]
108
# TODO: add CHANGELOG.md
- # "CHANGELOG.md"
109
+ # "CHANGELOG.md": [title: "Changelog"]
110
] ++ Path.wildcard("guides/**/*.{cheatmd,md}"),
111
groups_for_extras: [
112
Explanations: ~r"/explanations/",
0 commit comments