From 05919cc31a0fd5cc0545c7c170701d0ad4842c18 Mon Sep 17 00:00:00 2001 From: Philip Munksgaard Date: Mon, 20 Apr 2026 09:32:46 +0200 Subject: [PATCH] fix: Add CHANGELOG link from docs --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 267abb7..e5ac4b5 100644 --- a/mix.exs +++ b/mix.exs @@ -54,7 +54,8 @@ defmodule UsageRules.MixProject do source_ref: "v#{@version}", extra_section: "GUIDES", extras: [ - {"README.md", title: "Home"} + {"README.md", title: "Home"}, + "CHANGELOG.md" ], before_closing_head_tag: fn type -> if type == :html do