From f53eeefdd3e00b94a2f3d00a60607284b0f6dbbc Mon Sep 17 00:00:00 2001 From: Bryan Naegele Date: Wed, 31 Jul 2024 11:10:52 -0600 Subject: [PATCH 1/3] Include changelog link --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 93e13eab2..62e428063 100644 --- a/mix.exs +++ b/mix.exs @@ -125,7 +125,7 @@ defmodule Explorer.MixProject do "LICENSE" ], licenses: ["MIT"], - links: %{"GitHub" => @source_url}, + links: %{"GitHub" => @source_url, "Changelog" => "#{@source_url}/blob/main/CHANGELOG.md"}, maintainers: ["Christopher Grainger", "Philip Sampaio", "José Valim"] ] end From 904849a06c18a117b254aa9f2dfda3464d760ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 31 Jul 2024 20:31:20 +0200 Subject: [PATCH 2/3] Update mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 62e428063..cdd4aefab 100644 --- a/mix.exs +++ b/mix.exs @@ -125,7 +125,7 @@ defmodule Explorer.MixProject do "LICENSE" ], licenses: ["MIT"], - links: %{"GitHub" => @source_url, "Changelog" => "#{@source_url}/blob/main/CHANGELOG.md"}, + links: %{"GitHub" => @source_url, "Changelog" => "#{@source_url}/blob/v#{@version}/CHANGELOG.md"}, maintainers: ["Christopher Grainger", "Philip Sampaio", "José Valim"] ] end From 4318a6a1fce8eb0f0c50edab32632a6d18a4d8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 31 Jul 2024 20:33:01 +0200 Subject: [PATCH 3/3] Update mix.exs --- mix.exs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index cdd4aefab..8b91ff578 100644 --- a/mix.exs +++ b/mix.exs @@ -125,7 +125,10 @@ defmodule Explorer.MixProject do "LICENSE" ], licenses: ["MIT"], - links: %{"GitHub" => @source_url, "Changelog" => "#{@source_url}/blob/v#{@version}/CHANGELOG.md"}, + links: %{ + "GitHub" => @source_url, + "Changelog" => "#{@source_url}/blob/v#{@version}/CHANGELOG.md" + }, maintainers: ["Christopher Grainger", "Philip Sampaio", "José Valim"] ] end