Skip to content

Commit

Permalink
Move changelog from documents/ to root
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelaz3r committed Mar 25, 2024
1 parent 126f5bd commit 40ff05b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule SparklineSvg.MixProject do
extras: [
{"README.md", [title: "About"]},
{"documents/EXAMPLES.md", [title: "Examples"]},
{"documents/CHANGELOG.md", [title: "Changelog"]},
{"CHANGELOG.md", [title: "Changelog"]},
{"LICENSE", [title: "License"]}
],
authors: ["Gil Clavien"]
Expand Down Expand Up @@ -49,8 +49,7 @@ defmodule SparklineSvg.MixProject do

defp package() do
[
files:
~w(lib .formatter.exs mix.exs README* LICENSE* documents/EXAMPLES.md documents/CHANGELOG.md),
files: ~w(lib .formatter.exs mix.exs README* LICENSE* CHANGELOG* documents/EXAMPLES.md),
licenses: ["Apache-2.0"],
links: %{
"GitHub" => @repo_url
Expand Down

0 comments on commit 40ff05b

Please sign in to comment.