chore: release but@1.2.0#57
Merged
Merged
Conversation
Greptile OverviewGreptile Summary
Confidence Score: 3/5
|
| 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
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", |
There was a problem hiding this 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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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