FLE-346: Remove lo tasks create-foundation-xml-import (breaking)#253
FLE-346: Remove lo tasks create-foundation-xml-import (breaking)#253RyanRatcliff merged 1 commit intomasterfrom
Conversation
BREAKING CHANGE: The `lo tasks create-foundation-xml-import` command is removed. The backend endpoint was removed from task-service (FLE-346, lifeomic/task-service#199). Use the GA4GH replacement flow. Made-with: Cursor
|
Merging this PR will result in a major version bump. Created by lifeomic-probot (Enforce Semantic Commits) |
PR SummaryLow Risk Overview Adds an Unreleased changelog entry marking this as a BREAKING removal and pointing users to the GA4GH replacement flow. Written by Cursor Bugbot for commit 30be11b. This will update automatically on new commits. Configure here. |
rob-snyder
left a comment
There was a problem hiding this comment.
LGTM — clean removal of the create-foundation-xml-import task command. Breaking change is properly communicated via conventional commit (feat! + BREAKING CHANGE footer), CHANGELOG entry, and the PR description references the backend removal in task-service#199. No dangling references in code or tests.
|
🎉 This PR is included in version 14.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Jira
FLE-346
Related
POST /v1/tasks/system/foundation-xml-import.Summary
lo tasks create-foundation-xml-importandlib/cmds/tasks_cmds/create-foundation-task.js.CHANGELOG.md(BREAKING).Release / semver
Commit uses Conventional Commits
feat!with aBREAKING CHANGE:footer so semantic-release on merge tomasterpublishes a major version bump.Testing
yarn test(lint + unit)Made with Cursor