Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/release-automation.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @opencoredev/mobbin-cli

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Release Commit Re-Triggers Workflow

When this version PR is merged, the changed CHANGELOG.md and package.json files match the release workflow's push paths. If that workflow does not explicitly skip version commits with no remaining changesets, the merge can start another release run that tries to open an empty version PR or publish the already-released package version.

Fix in Claude Code


## 0.1.1

### Patch Changes

- c92d8d0: Set up Changesets, Depot validation, and npm Trusted Publishing release automation.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencoredev/mobbin-cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "Local Mobbin visual-search CLI with one-time OAuth login for agents and humans.",
"module": "index.ts",
"exports": {
Expand Down