From 6fed78196ebcd0e4483f0b24e47c5153861229a9 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Fri, 19 Dec 2025 22:04:26 +0100 Subject: [PATCH] fix(astrolabe): update commitizen pattern to properly update info.xml version The pattern 'version' was too broad and matched multiple lines: - - 0.2.1 - min-version="30" max-version="32" Changed to '' to specifically match only the version tag. Also fixed version mismatch: info.xml now correctly shows 0.3.0 to match the version in .cz.toml and package.json. --- third_party/astrolabe/.cz.toml | 2 +- third_party/astrolabe/appinfo/info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/astrolabe/.cz.toml b/third_party/astrolabe/.cz.toml index 88d7329..760fedc 100644 --- a/third_party/astrolabe/.cz.toml +++ b/third_party/astrolabe/.cz.toml @@ -8,7 +8,7 @@ major_version_zero = true # Update Astrolabe-specific files only version_files = [ - "appinfo/info.xml:version", + "appinfo/info.xml:", "package.json:version" ] diff --git a/third_party/astrolabe/appinfo/info.xml b/third_party/astrolabe/appinfo/info.xml index bce5372..71fe894 100644 --- a/third_party/astrolabe/appinfo/info.xml +++ b/third_party/astrolabe/appinfo/info.xml @@ -29,7 +29,7 @@ Astrolabe connects to a semantic search service that understands the meaning of See [documentation](https://github.com/cbcoutinho/nextcloud-mcp-server) for configuration details. ]]> - 0.2.1 + 0.3.0 agpl Chris Coutinho Astrolabe