Skip to content

chore: release v0.700.0-dev.9#80

Merged
cdunster merged 3 commits into
mainfrom
automated-release-0.700.0-dev.9
Jun 11, 2026
Merged

chore: release v0.700.0-dev.9#80
cdunster merged 3 commits into
mainfrom
automated-release-0.700.0-dev.9

Conversation

@holochain-release-automation2

Copy link
Copy Markdown

Automated release PR for v0.700.0-dev.9.

Review the changelog and version bump, then merge to publish to npm.

@holochain-release-automation2 holochain-release-automation2 added the hra-release Added to PRs created by the release automation workflow label Jun 10, 2026
@holochain-release-automation2 holochain-release-automation2 requested a review from a team June 10, 2026 13:30
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@cdunster, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 9 minutes and 49 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5939dac0-93f2-4366-ae75-8b970902375f

📥 Commits

Reviewing files that changed from the base of the PR and between 6235c97 and aa0577c.

📒 Files selected for processing (1)
  • CHANGELOG.md

Walkthrough

This PR updates the package version from 0.700.0-dev.8 to 0.700.0-dev.9 in package.json. The corresponding CHANGELOG.md is updated with a new release section for 0.700.0-dev.9 dated 2026-06-10, containing subsections for Miscellaneous Tasks, CI, Documentation, and First-time Contributors. Additional historical changelog entries for versions 0.700.0-dev.1 and 0.600.1-rc.0 are also added.

Suggested reviewers

  • cdunster
  • ThetaSinner
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: a release bump to version 0.700.0-dev.9, which matches the changelog and package.json version updates.
Description check ✅ Passed The description directly relates to the changeset by mentioning the specific version (v0.700.0-dev.9), referencing the changelog and version bump updates, and explaining the purpose of merging to publish to npm.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch automated-release-0.700.0-dev.9

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

cdunster added 2 commits June 10, 2026 15:37
These include version bumps that were never published and all the
release automation updates that we never released.
@cocogitto-bot

cocogitto-bot Bot commented Jun 10, 2026

Copy link
Copy Markdown

✔️ 6235c97...aa0577c - Conventional commits check succeeded.

@cdunster cdunster self-assigned this Jun 10, 2026

@coderabbitai coderabbitai 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.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
CHANGELOG.md (1)

71-138: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Remove duplicate changelog entries in old format.

The new git-cliff format entries (lines 7-70) duplicate content from the old manual format entries (lines 71-138):

  • v0.700.0-dev.1: Listed at line 46 (dated 2026-02-18) and line 71 (dated 2026-02-13) with conflicting dates and overlapping content (iroh transport feature).
  • Content overlap: The 0.600.1-rc.0 entry (lines 57-70) overlaps with v0.700.0-dev.0 (lines 77-82) regarding holochain 0.7.0-dev.7, and v0.600.0 (lines 83-88) regarding --force-admin-ports.

Per the documentation bullet at lines 38-39, unpublished versions were removed "so removing them should result in git-cliff adding everything in a single version." The old format entries starting at line 71 should be removed to eliminate duplication and date conflicts.

📝 Proposed fix to remove old duplicate entries
 - `@ThetaSinner` made their first contribution
 
-## 2026-02-13: v0.700.0-dev.1
-
-### Changed
-
-- Holochain is now run with the iroh transport. The argument `--signaling-url` has been replaced with `--relay-url`.
-
-## 2026-01-13: v0.700.0-dev.0
-
-### Changed
-
-- Updated to holochain 0.7.0-dev.7
-
-## 2025-11-20: v0.600.0
-
-### Added
-
-- A new argument `--force-admin-ports` takes a comma-separated list of port numbers, to force generated conductors to use specific admin ports. [`#50`](https://github.com/holochain/hc-spin/pull/50)
-
 ## 2025-11-06: v0.600.0-rc.0
 
 ### Added
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CHANGELOG.md` around lines 71 - 138, Remove the old manual-format duplicate
changelog block starting at the header "## 2026-02-13: v0.700.0-dev.1" (the
block beginning at line with that header through the end of the manual entries
that follow) so only the git-cliff formatted entries remain; specifically delete
the redundant entries for v0.700.0-dev.1, v0.700.0-dev.0, v0.600.0,
v0.600.0-rc.0, v0.600.0-dev.0, v0.500.3, v0.500.2, v0.500.1, v0.500.0-rc.0, and
v0.500.0-dev.1 in the old format and leave the git-cliff-generated section
intact (ensure no other, non-duplicate historical notes are removed).
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@CHANGELOG.md`:
- Around line 71-138: Remove the old manual-format duplicate changelog block
starting at the header "## 2026-02-13: v0.700.0-dev.1" (the block beginning at
line with that header through the end of the manual entries that follow) so only
the git-cliff formatted entries remain; specifically delete the redundant
entries for v0.700.0-dev.1, v0.700.0-dev.0, v0.600.0, v0.600.0-rc.0,
v0.600.0-dev.0, v0.500.3, v0.500.2, v0.500.1, v0.500.0-rc.0, and v0.500.0-dev.1
in the old format and leave the git-cliff-generated section intact (ensure no
other, non-duplicate historical notes are removed).

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 227b0b8e-78c8-40b2-bffa-93d7964412ed

📥 Commits

Reviewing files that changed from the base of the PR and between 690b261 and 6235c97.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • package.json

@cdunster cdunster merged commit 9257f5c into main Jun 11, 2026
4 checks passed
@cdunster cdunster deleted the automated-release-0.700.0-dev.9 branch June 11, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hra-release Added to PRs created by the release automation workflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants