Conversation
Greptile OverviewGreptile SummaryAutomated release PR that bumps Changes:
The changes are mechanically correct and follow standard changesets workflow. When merged, the package will be automatically published to npm. Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| .changeset/sdk-rename.md | Deleted changeset file after being processed by changesets release action |
| packages/open-harness/CHANGELOG.md | Added 0.1.1 release entry documenting the package rename from open-harness to @open-harness/sdk |
| packages/open-harness/package.json | Bumped version from 0.1.0 to 0.1.1 for patch release |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant CS as Changesets Action
participant PR as PR #165
participant Repo as Repository
participant NPM as NPM Registry
Note over Dev,Repo: Previous commit c5c1866:<br/>Package renamed to @open-harness/sdk
Dev->>Repo: Merge changeset commit
CS->>Repo: Detect changeset in .changeset/
CS->>CS: Process sdk-rename.md changeset
CS->>PR: Create/Update release PR #165
CS->>Repo: Delete .changeset/sdk-rename.md
CS->>Repo: Update CHANGELOG.md (add 0.1.1 entry)
CS->>Repo: Bump package.json version (0.1.0 → 0.1.1)
Note over Dev,NPM: When PR is merged:
Dev->>PR: Merge PR #165
CS->>NPM: Publish @open-harness/sdk@0.1.1
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 master, this PR will be updated.
Releases
@open-harness/sdk@0.1.1
Patch Changes
c5c1866Thanks @AaronAbuUsama! - Renamed package fromopen-harnessto@open-harness/sdksinceopen-harnesswas already taken on npm.Usage: