Skip to content

chore(release): cut v14.2.0#226

Merged
joshishiv4 merged 1 commit into
mainfrom
chore/release-v14.2.0
Jun 10, 2026
Merged

chore(release): cut v14.2.0#226
joshishiv4 merged 1 commit into
mainfrom
chore/release-v14.2.0

Conversation

@parth0025

@parth0025 parth0025 commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

Manual cut of v14.2.0 β€” the exact bumps release-please would have made: package.json + package-lock.json 14.1.0 β†’ 14.2.0, .release-please-manifest.json, and a CHANGELOG section in the generated format (task relations feature + the two CI changes).

Why manual

release-please ran successfully on every main push but parsed zero commits: its conventional-commit parser fails on parenthesized phrases in squash subjects (both feat(tasks): … (blocks / duplicates / relates) (#224) and the #222 promotion body tripped it), so it never proposed a release. Logs: see the Release workflow runs for commits 07392b0 / 68fa8fe.

Updating the manifest here keeps release-please consistent β€” its next run will compute from 14.2.0.

After merge

The v14.2.0 tag + GitHub release will be created immediately (notes from the CHANGELOG section), which also triggers the Docker workflow to publish the semver images (v14.2.0, 14.2, 14, latest).

Lesson captured for the team

Keep squash-commit subjects on main simple β€” no parentheses or slashes in the description part β€” or release-please silently skips them.

πŸ€– Generated with Claude Code

Summary by CodeRabbit

  • New Features

    • Task-to-task relations with linked task UI for improved organization
    • Live socket synchronization for real-time collaborative updates
    • Cross-item activity history tracking visible across all items
  • Infrastructure

    • Enhanced Docker build trigger scoping
    • Updated lint rules for long-running promotion branches

Manual release cut. release-please could not parse the squash commits
on main - its conventional-commit parser fails on parenthesized
phrases in commit subjects - so it considered zero commits and never
proposed this release. This commit applies the exact bumps
release-please would have made: package.json and package-lock
14.1.0 to 14.2.0, .release-please-manifest.json, and a CHANGELOG
section for 14.2.0 in the generated format.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. πŸŽ‰

ℹ️ Recent review info
βš™οΈ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: e6b0e36d-f5f0-45fa-abbd-9d04ae0be9ad

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 07392b0 and 3bef169.

β›” Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
πŸ“’ Files selected for processing (3)
  • .release-please-manifest.json
  • CHANGELOG.md
  • package.json

πŸ“ Walkthrough

Walkthrough

This PR bumps the project version from 14.1.0 to 14.2.0 across release manifests and adds a corresponding changelog entry documenting new features (task relations, socket synchronization, activity history) and CI/lint updates.

Changes

Version 14.2.0 Release

Layer / File(s) Summary
Version 14.2.0 release files
package.json, .release-please-manifest.json, CHANGELOG.md
Version field updated to 14.2.0 in package.json and release manifest; changelog entry added documenting task relation linking, socket synchronization, activity history features, and Docker/lint CI changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A hop and a bump, version rise,
14.2.0 in every guise,
Task relations now dancing together,
Sockets and logs, light as a feather! ✨

πŸš₯ Pre-merge checks | βœ… 5
βœ… Passed checks (5 passed)
Check name Status Explanation
Title check βœ… Passed The title 'chore(release): cut v14.2.0' directly and clearly describes the main change: a manual version release cut to v14.2.0, following Conventional Commits format.
Description check βœ… Passed The PR description provides a comprehensive explanation of the manual release cut, including summary, rationale (release-please parser failure), post-merge actions, and team lessons, though it omits the structured template sections like Type of change and Checklist.
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 chore/release-v14.2.0

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

@parth0025 parth0025 requested a review from joshishiv4 June 10, 2026 10:28
@joshishiv4 joshishiv4 merged commit 40fbab3 into main Jun 10, 2026
6 of 7 checks passed
@parth0025 parth0025 deleted the chore/release-v14.2.0 branch June 10, 2026 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants