Skip to content

chore: release v1.0.0#3

Merged
mabry1985 merged 1 commit into
mainfrom
chore/release-v1.0.0
May 3, 2026
Merged

chore: release v1.0.0#3
mabry1985 merged 1 commit into
mainfrom
chore/release-v1.0.0

Conversation

@mabry1985
Copy link
Copy Markdown
Contributor

Summary

Bumps to v1.0.0, signaling API stability for the new consumer surface added in #2.

The release workflow triggers on `chore: release v*` commits to main, so squash-merging this PR (with this title) will:

  • Tag `v1.0.0`
  • Publish `@protolabsai/release-tools@1.0.0` to npm with provenance
  • Create a GitHub Release with auto-generated notes

After it lands, I'll push a moving `v1` tag pointing at the same commit so consumers can pin to `@v1` and get patch/minor updates automatically. (mythxengine's `build-desktop.yml` will reference `@v1` once #326 lands.)

Why a major bump

Pre-1.0 (0.x) bumps signal an unstable surface. With #2 adding the reusable workflow + the second exported binary, the API contract is now what new consumers (mythxengine, future protoLabs desktop apps) will pin to. 1.x is the explicit promise that within `@v1` we'll only add additive changes.

Test plan

  • Local diff is just the version bump
  • CI green (lint + smoke for both bins)
  • After merge, release workflow tags + publishes
  • After publish, manually push `v1` moving tag

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 3, 2026

Warning

Rate limit exceeded

@mabry1985 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 24 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 20d7ffd3-e68e-498e-bce7-6ed7dcb0ddb3

📥 Commits

Reviewing files that changed from the base of the PR and between 38d4932 and e039abf.

📒 Files selected for processing (1)
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-v1.0.0

Review rate limit: 0/5 reviews remaining, refill in 3 minutes and 24 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@mabry1985 mabry1985 merged commit fac2445 into main May 3, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant