From bbb373481e84f9a6001a5779549a526642225459 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 8 May 2024 19:06:55 -0400 Subject: [PATCH] chore: add changelog.md to releases --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9786d87..9f80a4a 100644 --- a/mix.exs +++ b/mix.exs @@ -59,7 +59,8 @@ defmodule AshAdmin.MixProject do "documentation/tutorials/getting-started-with-ash-admin.md", "documentation/tutorials/contributing-to-ash-admin.md", "documentation/dsls/DSL:-AshAdmin.Domain.md", - "documentation/dsls/DSL:-AshAdmin.Resource.md" + "documentation/dsls/DSL:-AshAdmin.Resource.md", + "CHANGELOG.md" ], groups_for_extras: [ Tutorials: ~r'documentation/tutorials',