From e039abf43c6f186294a458c1663c75664d10ff81 Mon Sep 17 00:00:00 2001 From: Josh Mabry Date: Sun, 3 May 2026 14:55:13 -0700 Subject: [PATCH] chore: release v1.0.0 Stabilizes the API now that consumers will pin to @v1: - @protolabsai/release-tools npm package gains the build-updater-manifest binary alongside rewrite-release-notes - New reusable workflow at .github/workflows/tauri-release.yml exposes the full sign + notarize + R2 publish pipeline as a workflow_call interface The reusable workflow's input + secret contract is the new public surface; bumping to 1.x signals consumers can pin to @v1 with the expectation of additive-only changes within the major. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d53c6a5..eec884e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@protolabsai/release-tools", - "version": "0.1.3", + "version": "1.0.0", "description": "Release-notes generator + GitHub Action for protoLabs repos. Rewrites raw git commits into themed release notes via the protoLabs LLM gateway and posts a Discord embed.", "type": "module", "license": "Apache-2.0",