From db430dd2c95d69ed9dcc9921f724e86f9a73c88d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Dec 2025 20:55:59 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- third_party/astrolabe/.cz.toml | 2 +- third_party/astrolabe/CHANGELOG.md | 21 +++++++++++++++++++++ third_party/astrolabe/package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/third_party/astrolabe/.cz.toml b/third_party/astrolabe/.cz.toml index b1cc6a3..88d7329 100644 --- a/third_party/astrolabe/.cz.toml +++ b/third_party/astrolabe/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0" +version = "0.3.0" tag_format = "astrolabe-v$version" version_scheme = "semver" update_changelog_on_bump = true diff --git a/third_party/astrolabe/CHANGELOG.md b/third_party/astrolabe/CHANGELOG.md index 3a95a58..646b1f9 100644 --- a/third_party/astrolabe/CHANGELOG.md +++ b/third_party/astrolabe/CHANGELOG.md @@ -25,6 +25,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Requires external MCP server deployment - See documentation for setup: https://github.com/cbcoutinho/nextcloud-mcp-server +## astrolabe-v0.3.0 (2025-12-19) + +### Fix + +- **astrolabe**: prevent workflow failure when only helm/astrolabe commits exist +- **astrolabe**: info.xml + +## astrolabe-v0.2.1 (2025-12-19) + +### BREAKING CHANGE + +- MCP server now bumps for ANY conventional commit except +those explicitly scoped to helm or astrolabe. + +### Fix + +- **ci**: push all tags explicitly in bump workflow +- **ci**: make MCP server default bump target for all non-scoped commits +- **ci**: restrict docker build to MCP server tags only +- **ci**: correct appstore-push-action version to v1.0.4 + ## astrolabe-v0.2.0 (2025-12-19) ### BREAKING CHANGE diff --git a/third_party/astrolabe/package.json b/third_party/astrolabe/package.json index c97c475..9861903 100644 --- a/third_party/astrolabe/package.json +++ b/third_party/astrolabe/package.json @@ -1,6 +1,6 @@ { "name": "astrolabe", - "version": "0.2.0", + "version": "0.3.0", "license": "AGPL-3.0-or-later", "engines": { "node": "^22.0.0",