Skip to content

Commit

Permalink
Include changelog & readme in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Aug 5, 2020
1 parent 94a26f8 commit 28e229f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ defmodule UeberauthCAS.Mixfile do
homepage_url: @url,
description: "An Ueberauth strategy for CAS authentication.",
deps: deps(),
docs: docs(),
test_coverage: [tool: ExCoveralls]
]
end
Expand All @@ -40,9 +41,13 @@ defmodule UeberauthCAS.Mixfile do
]
end

defp docs do
[extras: ["README.md", "CHANGELOG.md"]]
end

defp package do
[
files: ["lib", "mix.exs", "README.md", "LICENSE.md"],
files: ["lib", "mix.exs", "README.md", "LICENSE.md", "CHANGELOG.md"],
maintainers: ["Marcel de Graaf"],
licenses: ["MIT"],
links: %{GitHub: @url}
Expand Down

0 comments on commit 28e229f

Please sign in to comment.