Skip to content

chore: release but@1.2.0#57

Merged
github-actions[bot] merged 1 commit into
mainfrom
changeset-release/main
Feb 6, 2026
Merged

chore: release but@1.2.0#57
github-actions[bot] merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

but@1.2.0

Minor Changes

  • 32a51d7: Update for GitButler CLI 0.19.0: rename 15 broken commands, add new commands (resolve, squash, show, commit --changes, push --dry-run, config subsystem), and update comparison tables for full CLI parity.

@github-actions github-actions Bot changed the title chore: version packages chore: release but@1.2.0 Feb 6, 2026
@github-actions github-actions Bot added the release:publish Automated release PR label Feb 6, 2026
@github-actions github-actions Bot merged commit d37fffd into main Feb 6, 2026
2 checks passed
@github-actions github-actions Bot deleted the changeset-release/main branch February 6, 2026 20:19
@greptile-apps

greptile-apps Bot commented Feb 6, 2026

Copy link
Copy Markdown

Greptile Overview

Greptile Summary

  • Changesets-generated release PR for but@1.2.0: consumes the changeset, bumps plugins/but/package.json, and adds plugins/but/CHANGELOG.md.
  • Updates .claude-plugin/marketplace.json to reflect the new but version.
  • One blocking issue: marketplace manifest also downgrades the unrelated outfitter plugin version (1.3.1 -> 1.3.0), which should be corrected before merge.

Confidence Score: 3/5

  • Merge is blocked until the marketplace manifest version regression is fixed; otherwise the release changes are straightforward.
  • Most changes are standard Changesets release artifacts (version bump, changelog, consumed changeset). However, .claude-plugin/marketplace.json regresses the outfitter plugin version from 1.3.1 to 1.3.0, which is a definite correctness issue for published metadata.
  • .claude-plugin/marketplace.json

Important Files Changed

Filename Overview
.changeset/but-019-update.md Deletes the changeset file after applying it to the release; expected for a Changesets-generated release PR.
.claude-plugin/marketplace.json Updates plugin metadata; contains a version regression for the outfitter plugin (1.3.1 -> 1.3.0) which should be fixed before merge.
plugins/but/CHANGELOG.md Adds a new changelog entry for but@1.2.0 reflecting the GitButler CLI 0.19.0 update; looks consistent with Changesets release output.
plugins/but/package.json Bumps but package version to 1.2.0 and reformats JSON; no functional issues apparent.

Sequence Diagram

sequenceDiagram
  participant Dev as Maintainer
  participant GH as GitHub Actions (Changesets)
  participant Repo as Repo files
  participant NPM as npm registry

  GH->>Repo: Update plugin versions & changelog
  GH->>Repo: Remove consumed changeset
  Dev->>Repo: Merge release PR
  Repo->>NPM: Publish but@1.2.0 (on merge)
  Note over Repo: marketplace.json should not regress other plugin versions
Loading

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

4 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

Comment on lines 18 to 20
"description": "Core development methodology and Claude Code extensibility. Includes TDD, debugging, architecture, research, multi-agent coordination, plus skills/plugins/agents/hooks authoring for Claude Code and Codex configuration.",
"version": "1.3.1",
"version": "1.3.0",
"license": "MIT",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Outfitter version regressed

This PR changes the outfitter plugin version from 1.3.1 to 1.3.0 (see .claude-plugin/marketplace.json:18-20). That’s a downgrade and will make the marketplace manifest advertise an older version than what was previously released.

Suggested change
"description": "Core development methodology and Claude Code extensibility. Includes TDD, debugging, architecture, research, multi-agent coordination, plus skills/plugins/agents/hooks authoring for Claude Code and Codex configuration.",
"version": "1.3.1",
"version": "1.3.0",
"license": "MIT",
"version": "1.3.1",
Prompt To Fix With AI
This is a comment left during a code review.
Path: .claude-plugin/marketplace.json
Line: 18:20

Comment:
**Outfitter version regressed**

This PR changes the `outfitter` plugin version from `1.3.1` to `1.3.0` (see `.claude-plugin/marketplace.json:18-20`). That’s a downgrade and will make the marketplace manifest advertise an older version than what was previously released.

```suggestion
			"version": "1.3.1",
```

How can I resolve this? If you propose a fix, please make it concise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:publish Automated release PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants