We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d44c6 commit 3816c5eCopy full SHA for 3816c5e
1 file changed
mix.exs
@@ -27,6 +27,7 @@ defmodule Gettext.Mixfile do
27
source_ref: "v#{@version}",
28
main: "Gettext",
29
source_url: @repo_url,
30
+ extras: ["CHANGELOG.md"],
31
groups_for_docs: [
32
# Gettext
33
"Translation Functions": &(&1[:section] == :translation),
@@ -56,7 +57,10 @@ defmodule Gettext.Mixfile do
56
57
[
58
maintainers: ["Andrea Leopardi", "Jonatan Männchen", "José Valim"],
59
licenses: ["Apache-2.0"],
- links: %{"GitHub" => @repo_url},
60
+ links: %{
61
+ "GitHub" => @repo_url,
62
+ "Changelog" => @repo_url <> "/blob/main/CHANGELOG.md"
63
+ },
64
files: ~w(lib mix.exs *.md)
65
]
66
end
0 commit comments