Add CHANGELOG.md to package files
This commit is contained in:
parent
b445f2e31c
commit
65bbd78953
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -49,7 +49,7 @@ defmodule RDF.Mixfile do
|
|||
maintainers: ["Marcel Otto"],
|
||||
licenses: ["MIT"],
|
||||
links: %{"GitHub" => @repo_url},
|
||||
files: ~w[lib src priv mix.exs README.md LICENSE.md VERSION]
|
||||
files: ~w[lib src priv mix.exs README.md CHANGELOG.md LICENSE.md VERSION]
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue