Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated changelog syncs from main to release branches #4905

Open
1 of 2 tasks
czeslavo opened this issue Oct 19, 2023 · 0 comments
Open
1 of 2 tasks

Automated changelog syncs from main to release branches #4905

czeslavo opened this issue Oct 19, 2023 · 0 comments
Labels

Comments

@czeslavo
Copy link
Contributor

czeslavo commented Oct 19, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Problem Statement

We're using automation that backports PRs from main to release branches if we label them with backport release/x.x.x. If a change set includes changelog entries, it fails in most cases to run successfully (like here). That forces us to resolve the conflict and do the backport manually.

The goal of this issue is to ensure there's automation that synchronizes CHANGELOG.md from main to all feature branches so the aforementioned conflicts are less frequent.

Proposed Solution

Use a GH workflow triggered by changes in the CHANGELOG.md on main that will propagate the changes to all feature branches (release/x.x.x).

https:/marketplace/actions/repo-file-sync-action seems to be capable of achieving something like that quite easily (sample config: https:/marketplace/actions/repo-file-sync-action#syncing-branches)

Additional information

No response

Acceptance Criteria

  • CHANGELOG.md on every feature branch is synchronized with main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant