Skip to content

Commit

Permalink
Add changelog to Hex and Hexdocs
Browse files Browse the repository at this point in the history
Closes #394.
  • Loading branch information
whatyouhide committed Aug 20, 2024
1 parent 86d44c6 commit 3816c5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ defmodule Gettext.Mixfile do
source_ref: "v#{@version}",
main: "Gettext",
source_url: @repo_url,
extras: ["CHANGELOG.md"],
groups_for_docs: [
# Gettext
"Translation Functions": &(&1[:section] == :translation),
Expand Down Expand Up @@ -56,7 +57,10 @@ defmodule Gettext.Mixfile do
[
maintainers: ["Andrea Leopardi", "Jonatan Männchen", "José Valim"],
licenses: ["Apache-2.0"],
links: %{"GitHub" => @repo_url},
links: %{
"GitHub" => @repo_url,
"Changelog" => @repo_url <> "/blob/main/CHANGELOG.md"
},
files: ~w(lib mix.exs *.md)
]
end
Expand Down

0 comments on commit 3816c5e

Please sign in to comment.