Skip to content

move migration guides#39

Merged
Sajjon merged 1 commit intomainfrom
fix_release
Feb 22, 2026
Merged

move migration guides#39
Sajjon merged 1 commit intomainfrom
fix_release

Conversation

@Sajjon
Copy link
Copy Markdown
Owner

@Sajjon Sajjon commented Feb 22, 2026

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.06%. Comparing base (b2196ad) to head (159e00c).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #39   +/-   ##
=======================================
  Coverage   95.06%   95.06%           
=======================================
  Files         101      101           
  Lines        2208     2208           
=======================================
  Hits         2099     2099           
  Misses        109      109           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR relocates the CLI’s embedded migration guide markdown files into the crates/cli crate and updates the embedding logic to reference the new location via the crate manifest directory.

Changes:

  • Update include_str! usage to build paths from CARGO_MANIFEST_DIR instead of relative ../../../... paths.
  • Move migration guide sources from docs/migration/* to crates/cli/migration/*.
  • Add new v0.md and v1.md migration guide files under crates/cli/migration/.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

File Description
crates/cli/src/run.rs Updates the migration guide embedding to use CARGO_MANIFEST_DIR and points guides to the new migration/*.md paths.
crates/cli/migration/v0.md Adds the v0 migration guide content in the new location.
crates/cli/migration/v1.md Adds the v1 migration guide content in the new location.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Sajjon Sajjon merged commit 3345eed into main Feb 22, 2026
11 checks passed
@Sajjon Sajjon deleted the fix_release branch February 22, 2026 20:47
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