Skip to content

Drop mode: gh-release from changelog-publish — now auto-detected - #3983

Merged
Mpdreamz merged 1 commit into
mainfrom
cleanup/remove-bundle-mode
Aug 31, 2026
Merged

Drop mode: gh-release from changelog-publish — now auto-detected#3983
Mpdreamz merged 1 commit into
mainfrom
cleanup/remove-bundle-mode

Conversation

@Mpdreamz

Copy link
Copy Markdown
Member

Why

changelog-bundle.yml accepted a mode: input and forwarded it to bundle-create, which used it to choose between changelog bundle and changelog gh-release. That input has been removed in docs-actions (elastic/docs-actions#313): bundle-create now always runs bundle --plan first, which resolves the mode from changelog.yml (no profiles → gh-release, profiles present → bundle). The explicit mode: gh-release here became dead weight the moment that landed.

What

Removes the single mode: gh-release line from .github/workflows/changelog-publish.yml. No behavioral change — the mode is now inferred from the fact that docs/changelog.yml has no bundle profiles.

@Mpdreamz
Mpdreamz requested a review from a team as a code owner August 31, 2026 16:49
@Mpdreamz Mpdreamz added the chore label Aug 31, 2026
@Mpdreamz
Mpdreamz requested a review from technige August 31, 2026 16:49
@Mpdreamz Mpdreamz added the chore label Aug 31, 2026
bundle-create resolves gh-release vs bundle from changelog.yml via
bundle --plan; no profiles → gh-release, profiles present → bundle.
The explicit mode input has been removed from changelog-bundle.yml.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@Mpdreamz
Mpdreamz force-pushed the cleanup/remove-bundle-mode branch from 3817afd to f49f7a1 Compare August 31, 2026 16:54
@Mpdreamz
Mpdreamz merged commit 53928f8 into main Aug 31, 2026
32 checks passed
@Mpdreamz
Mpdreamz deleted the cleanup/remove-bundle-mode branch August 31, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant