From 527e5553849c9c0976423d288b7526751716ac11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20D=C3=BCren?= Date: Mon, 29 Dec 2025 15:50:42 -0600 Subject: [PATCH] Fix changelog format in manifest --- CloudronManifest.json | 4 +--- NOTES.md | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index e11a383..4c1da29 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -24,7 +24,5 @@ "memoryLimit": 512000000, "minBoxVersion": "7.0.0", "postInstallMessage": "Blinko has been installed successfully!\n\nVisit your Blinko instance to create your first account.\nThe first user to register will become the administrator.\n\nData is stored in /app/data and will be backed up automatically.", - "changelog": { - "1.0.0": "Initial Cloudron package" - } + "changelog": "1.0.0: Initial Cloudron package" } diff --git a/NOTES.md b/NOTES.md index e4bad6a..f438051 100644 --- a/NOTES.md +++ b/NOTES.md @@ -86,6 +86,10 @@ cloudron exec --app blinko.due.ren 3. **AI features** - Require additional configuration (OpenAI API key, etc.) 4. **File uploads** - 50MB limit configured in NGINX +## Development Rules + +- **No AI mentions in commits** - Never mention Claude or AI assistants in git commit messages + ## Upstream Resources - GitHub: https://github.com/blinkospace/blinko