Skip to content

Commit 3816c5e

Browse files
committed
Add changelog to Hex and Hexdocs
Closes #394.
1 parent 86d44c6 commit 3816c5e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

mix.exs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ defmodule Gettext.Mixfile do
2727
source_ref: "v#{@version}",
2828
main: "Gettext",
2929
source_url: @repo_url,
30+
extras: ["CHANGELOG.md"],
3031
groups_for_docs: [
3132
# Gettext
3233
"Translation Functions": &(&1[:section] == :translation),
@@ -56,7 +57,10 @@ defmodule Gettext.Mixfile do
5657
[
5758
maintainers: ["Andrea Leopardi", "Jonatan Männchen", "José Valim"],
5859
licenses: ["Apache-2.0"],
59-
links: %{"GitHub" => @repo_url},
60+
links: %{
61+
"GitHub" => @repo_url,
62+
"Changelog" => @repo_url <> "/blob/main/CHANGELOG.md"
63+
},
6064
files: ~w(lib mix.exs *.md)
6165
]
6266
end

0 commit comments

Comments
 (0)