Skip to content

feat(tasks): add task-to-task relations (blocks / duplicates / relates)#224

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

feat(tasks): add task-to-task relations (blocks / duplicates / relates)#224
joshishiv4 merged 1 commit into
mainfrom
chore/trigger-v14.2.0-release

Conversation

@parth0025

@parth0025 parth0025 commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

One empty commit that re-states the task-relations feature with its original conventional message, so release-please proposes the v14.2.0 release it should have proposed after #222.

Why this is needed

The #222 promotion was squash-merged with the title chore(release): promote staging to main for v14.2.0 — the squash erased the underlying feat(tasks): message, and release-please ignores chore commits when computing releases. Its workflow ran successfully and concluded: nothing to release. No release PR, no tag.

What happens after this merges

  1. release-please opens its chore: release main PR proposing v14.2.0 with the task-relations changelog entry
  2. Merging that PR creates the tag + GitHub release and bumps package.json / CHANGELOG / manifest
  3. The Docker workflow then publishes the semver-tagged images (v14.2.0, 14.2, 14, latest)

Preventing this permanently

From the next promotion onward, the promotion PR description should carry a BEGIN_COMMIT_OVERRIDE block enumerating the underlying conventional commits (release-please reads it instead of the squash title), so every promotion produces a detailed release automatically. This is being added to the team workflow.

No file changes — the commit is intentionally empty.

🤖 Generated with Claude Code

BEGIN_COMMIT_OVERRIDE
feat(tasks): add task-to-task relations between work items
END_COMMIT_OVERRIDE

Empty release-trigger commit. The feature itself landed on main in the
#222 promotion, but the squash commit was typed chore(release), which
release-please ignores when computing releases - so no v14.2.0 release
PR was proposed. This commit restates the feature with its original
conventional message so release-please proposes v14.2.0 with a proper
changelog entry.

Refs: #221, #222

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@parth0025 parth0025 requested a review from joshishiv4 June 10, 2026 10:06
@joshishiv4 joshishiv4 merged commit 07392b0 into main Jun 10, 2026
4 checks passed
@parth0025 parth0025 deleted the chore/trigger-v14.2.0-release 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