Conversation
Greptile OverviewGreptile SummaryStandard changesets automated release PR that bumps both
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| .changeset/initial-release.md | Changeset file correctly deleted after being consumed by changesets action |
| apps/harness-loop/CHANGELOG.md | New changelog generated with correct formatting for v0.1.0 release |
| apps/harness-loop/package.json | Version correctly bumped from 0.0.0 to 0.1.0 for initial release |
| packages/open-harness/CHANGELOG.md | New changelog generated with correct formatting for v0.1.0 release |
| packages/open-harness/package.json | Version correctly bumped from 0.0.0 to 0.1.0 for initial release |
Sequence Diagram
sequenceDiagram
participant GHA as GitHub Actions
participant CS as Changesets Bot
participant Repo as Repository
participant NPM as NPM Registry
Note over GHA,CS: Automated Release Process
CS->>Repo: Read .changeset/initial-release.md
CS->>Repo: Delete consumed changeset file
CS->>Repo: Generate CHANGELOG.md files
CS->>Repo: Bump package.json versions (0.0.0 → 0.1.0)
CS->>GHA: Create PR #164 with changes
Note over GHA,NPM: After PR Merge
GHA->>NPM: Publish @open-harness/ralph@0.1.0
GHA->>NPM: Publish open-harness@0.1.0
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/ralph@0.1.0
Minor Changes
#162
43f0348Thanks @AaronAbuUsama! - Initial public release of Open Harnessopen-harness: Unified SDK package with subpath exports for core, server, client, and testing modules@open-harness/ralph: CLI tool for executing Claude Code task lists using the Open Harness workflow engineopen-harness@0.1.0
Minor Changes
#162
43f0348Thanks @AaronAbuUsama! - Initial public release of Open Harnessopen-harness: Unified SDK package with subpath exports for core, server, client, and testing modules@open-harness/ralph: CLI tool for executing Claude Code task lists using the Open Harness workflow engine