From 1aa4896260e051ddda2529142c790a9ddbae2e36 Mon Sep 17 00:00:00 2001 From: cliffmccarthy <16453869+cliffmccarthy@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:58:55 -0500 Subject: [PATCH] chore: Add CHANGELOG.md entry for cmdeploy refactor --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3729fa1d..b1db9977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## untagged +- Organized cmdeploy into install, configure, and activate stages + ([#695](https://github.com/chatmail/relay/pull/695)) + - don't deploy the website if there are merge conflicts in the www folder ([#714](https://github.com/chatmail/relay/pull/714))