From cf30182efa5f6620c392bb4603ec0bc6ecdd68a0 Mon Sep 17 00:00:00 2001 From: grabowski Date: Thu, 9 Jul 2026 14:49:16 +0700 Subject: [PATCH] Update scaffold hint: submodule bump is now automated --- lamp_station.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lamp_station.py b/lamp_station.py index d48829f..79ae089 100644 --- a/lamp_station.py +++ b/lamp_station.py @@ -229,7 +229,8 @@ def scaffold_device_page(web_repo, lamp_id, meta): ] page.write_text("\n".join(lines)) print(f"Scaffolded device page: {page}") - print(" -> review it, bump the submodule, commit the web repo.") + print(" -> review it and commit the web repo (the submodule bump lands there") + print(" automatically via comparison-data's bump-website workflow; git pull first).") def measure_one(ean, args, data_repo):