From 39500d8e815807745a8b216ca61a53475f1d2652 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 8 May 2024 19:13:23 -0400 Subject: [PATCH] docs: add changelog to docs --- mix.exs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 889f679..8be5ed9 100644 --- a/mix.exs +++ b/mix.exs @@ -87,13 +87,17 @@ defmodule AshDoubleEntry.MixProject do "documentation/tutorials/getting-started-with-ash-double-entry.md", "documentation/dsls/DSL:-AshDoubleEntry.Account.md", "documentation/dsls/DSL:-AshDoubleEntry.Balance.md", - "documentation/dsls/DSL:-AshDoubleEntry.Transfer.md" + "documentation/dsls/DSL:-AshDoubleEntry.Transfer.md", + "CHANGELOG.md" ], groups_for_extras: [ Tutorials: ~r'documentation/tutorials', "How To": ~r'documentation/how_to', Topics: ~r'documentation/topics', - DSLs: ~r'documentation/dsls' + DSLs: ~r'documentation/dsls', + "About AshDoubleEntry": [ + "CHANGELOG.md" + ] ], groups_for_modules: [ Introspection: [