From 9aed20f8a09390ea049ea1797f89d343d2afbac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 25 Feb 2026 19:26:29 +0100 Subject: [PATCH] docs(website): add git push auto-accept feature to changelog --- src/pages/changelog.astro | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 70433f2..0f77a8b 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -35,6 +35,16 @@ import BaseLayout from '../layouts/BaseLayout.astro';
+
+

+ + New Features +

+
    +
  • Git Push. Pushing to Git now accepts all changes automatically.
  • +
+
+

🐛