chore(repo): back-merge main into dev after v0.2.18 release (#287)#288
Conversation
release: prepare v0.2.18 — dockerize stack + batch-runner MVP
…n--components--forecastlabai chore(main): release 0.2.18
Reviewer's GuideBack-merge the v0.2.18 release commit from main into dev so dev’s history includes the release-please version and changelog updates, with no additional feature work. Flow diagram for v0.2.18 back-merge from main into devflowchart LR
subgraph pre_release[Before v0_2_18 release]
dev_dev[dev branch]
main_main[main branch]
dev_dev -->|release PR| main_main
end
subgraph release[v0_2_18 release on main]
main_main --> rel_commit[release_please_commit_v0_2_18]
end
subgraph back_merge[Back-merge PR_287]
rel_commit --> pr_287[PR_287 back_merge]
pr_287 --> dev_updated[dev branch with v0_2_18 changelog_and_version]
end
main_main -. merge-base ancestor .- dev_updated
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Post-release back-merge for v0.2.18.
Closes #287.
Per memory `back-merge-needs-merge-commit` and the v0.2.17 precedent (#271):
Squashing the back-merge flattens the two-parent merge commit so
mainnever becomes an ancestor ofdev, and the nextdev → mainrelease PR keeps re-conflicting on the release-please version files.What's in this PR
The diff is exactly the release-please commit on
mainfor v0.2.18:CHANGELOG.md—## [0.2.18]sectionpyproject.toml—version = "0.2.18".release-please-manifest.json—".":"0.2.18"Nothing else. No new feature work.
Verify after merge
Summary by Sourcery
Back-merge the v0.2.18 release metadata from main into dev so branches share the same release history and versioning.
Enhancements: