From a1a217ab5d6e6a6be6510a543fd1e66faf69d5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Szab=C3=B3?= <34127628+firolightfog@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:32:01 +0100 Subject: [PATCH] Add build trigger comment in plugin.json Added a comment indicating the build trigger for CI tests. --- plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 5e748bb..838d0cc 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,7 @@ { "slug": "VCV-Prototype", "name": "Prototype", + // Build trigger: initial CI test "version": "1.3.0", "license": "GPL-3.0-or-later", "brand": "VCV", @@ -22,4 +23,4 @@ ] } ] -} \ No newline at end of file +}