diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-04-13 20:29:05 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-04-13 20:29:05 +0000 |
commit | 050339c223dd75cdf7d96e04d19fda6862743178 (patch) | |
tree | 119f4ba966480008502fcde38aa863792cb217cc /mix.exs | |
parent | 334b2d78dc068f65fabf5b11aaa737dfd742d2f4 (diff) | |
parent | 3018d81d870f64b2d0bc988d49b9eb4f9ff7c228 (diff) | |
download | pleroma-050339c223dd75cdf7d96e04d19fda6862743178.tar.gz pleroma-050339c223dd75cdf7d96e04d19fda6862743178.zip |
Merge branch 'docs/changelog' into 'develop'
Add a changelog
See merge request pleroma/pleroma!1053
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"), |