diff options
author | rinpatch <rinpatch@sdf.org> | 2019-04-13 00:31:18 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-04-13 00:31:18 +0300 |
commit | 3a805cc35cff0c46f6b9dd45169d888936cc5c53 (patch) | |
tree | 4b23e857dae0cfbb709c2689371d6c6a34a19dc3 /mix.exs | |
parent | 184ae60b217f4e3a79aad538717d1cf35f10291a (diff) | |
download | pleroma-3a805cc35cff0c46f6b9dd45169d888936cc5c53.tar.gz pleroma-3a805cc35cff0c46f6b9dd45169d888936cc5c53.zip |
Add a changelog
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ defmodule Pleroma.Mixfile do homepage_url: "https://pleroma.social/", docs: [ logo: "priv/static/static/logo.png", - extras: ["README.md" | Path.wildcard("docs/**/*.md")], + extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"), groups_for_extras: [ "Installation manuals": Path.wildcard("docs/installation/*.md"), Configuration: Path.wildcard("docs/config/*.md"), |