Skip to content

Commit c9f2c10

Browse files
authored
Add Changelog link to Hex package metadata (#4640)
This allows users to easily access the changelog directly from the package page on hex.pm
1 parent 82f2900 commit c9f2c10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mix.exs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ defmodule Ecto.MixProject do
4343
[
4444
maintainers: ["Eric Meadows-Jönsson", "José Valim", "Felipe Stival", "Greg Rychlewski"],
4545
licenses: ["Apache-2.0"],
46-
links: %{"GitHub" => @source_url},
46+
links: %{
47+
"GitHub" => @source_url,
48+
"Changelog" => "https://hexdocs.pm/ecto/changelog.html"
49+
},
4750
files:
4851
~w(.formatter.exs mix.exs README.md CHANGELOG.md lib) ++
4952
~w(integration_test/cases integration_test/support)

0 commit comments

Comments
 (0)