Skip to content

release 2026.6.0 to stable channel#231

Open
linearis-bot[bot] wants to merge 3 commits into
mainfrom
next
Open

release 2026.6.0 to stable channel#231
linearis-bot[bot] wants to merge 3 commits into
mainfrom
next

Conversation

@linearis-bot

@linearis-bot linearis-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown

Purpose

Promote tested prerelease changes from next into stable channel on main.

Target stable version

2026.6.0

Ships in stable (releasable changes)

  • #227 fix(discussions): forward parent entity id when replying to a thread by @jjuraszek

Also included (no version impact)

Maintenance commits without associated PR

  • chore(release): 2026.6.0-next.1 [skip ci] (62ba4e6)

Compare

main...next

Install release candidate

Note

Please test prerelease changes in this PR and share feedback directly on this PR so we can address issues before stable release. Mention your installed version (linearis --version) and repro steps. Use @next for rolling prerelease train, or exact version below for this staged candidate.

npm install -g linearis@next
npm install -g linearis@2026.6.0-next.1

Notes

  • This PR is auto-maintained when a prerelease is published from next.
  • Merge this PR to promote current prerelease train to stable.
  • Releasable classification mirrors semantic-release policy (feat/fix/perf/revert plus breaking changes, excluding ci/release/workflow scopes).

jjuraszek and others added 3 commits June 16, 2026 13:19
replyToDiscussion built the CommentCreateInput with only parentId + body,
omitting the entity id (issueId/projectId/initiativeId) that Linear requires
even on a threaded reply, so every reply failed with:

  Argument Validation Error - Exactly one of ... issueId must be defined.

The thread context fetched by assertRootDiscussionThread already carries all
three ids; forward the right one via the existing getDiscussionThreadEntity
helper. No extra network call.

Closes #226
fix(discussions): forward parent entity id when replying to a thread
## [2026.6.0-next.1](v2026.5.0...v2026.6.0-next.1) (2026-06-16)

### Bug Fixes

* **discussions:** forward parent entity id when replying to a thread ([745ca56](745ca56)), closes [#226](#226)
@linearis-bot linearis-bot Bot requested a review from iamfj as a code owner June 16, 2026 11:25
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.

3 participants