[DOCS] Add profile example for --all bundle, fix path for changelog syntax docs#2980
[DOCS] Add profile example for --all bundle, fix path for changelog syntax docs#2980
Conversation
b76116b to
6717af2
Compare
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThis PR reorganizes CLI changelog documentation: files were moved from docs/cli/release/ to docs/cli/changelog/ and the 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Comment |
Mpdreamz
left a comment
There was a problem hiding this comment.
LGTM! Nice cleanup.
For context: this PR documents how to use a profile for the equivalent of changelog bundle --all (passing an unused version arg as a workaround until requires_version: false lands per #2973), and moves the changelog docs from cli/release/ to cli/changelog/ — the old path was being silently skipped by CI filters that ignored release/ updates. The folder rename adds redirects in _redirects.yml, which depend on #3008 to fix the authoring test harness first.
e6c6625 to
b65d08d
Compare
Relates to #2973
This PR adds an example of how to accomplish the
changelog bundle --allfiltering option via a profile. For now this involves passing an unused version argument, but in the long-term the issue describes a better solution for this.This PR also moves all the changelog syntax pages from the
releasefolder to achangelogfolder, since the former was often accidentally omitted from the build due to CI that ignoredreleaseupdates (e.g. the errors in #3002)NOTE: This PR must be merged after #3008, which addresses the redirect test failures.