Skip to content

chore: sync main's released changelog sections back to develop - #756

Merged
hokiepokedad2 merged 8 commits into
developfrom
chore/sync-main-changelog
Aug 19, 2026
Merged

chore: sync main's released changelog sections back to develop#756
hokiepokedad2 merged 8 commits into
developfrom
chore/sync-main-changelog

Conversation

@hokiepokedad2

Copy link
Copy Markdown
Contributor

Unblocks the release PR (#755), which is currently CONFLICTING.

release-changelog.yml promotes [Unreleased] into a version section on main after a release is published. That commit was never merged back to develop, so the two files disagree structurally:

  • develop has no ## [2.15.2] or ## [2.15.3] headers, and still carries the Discord login fix — which shipped in 2.15.2 — under [Unreleased].
  • main has both headers, that entry filed under 2.15.2, and three dependency bumps develop has never seen.

Resolution keeps today's eight entries under [Unreleased] and files the 2.15.2 ones under their own version, with the compare links matching main. Verified by diffing the result against origin/main: nothing main had is missing.

Worth noting for next time — this is the third release in a row where the cut landed only on main. Merging the auto-generated docs: cut changelog PR into develop as well, or cherry-picking it, avoids the conflict entirely.

https://claude.ai/code/session_01Nah4N2sGFs1TU2t7DXfKzJ

hokiepokedad2 and others added 8 commits August 18, 2026 13:18
Release: develop → main
Release: develop → main (v2.15.2)
Release: develop -> main (v2.15.3)
The release workflow cuts [Unreleased] into a version section on main, and that
commit never came back here, so develop still had the Discord login fix -- which
shipped in 2.15.2 -- sitting under Unreleased, and no 2.15.2 or 2.15.3 headers at
all. develop -> main then conflicted on the file, which is what blocks a release
merge.

Today's entries stay under Unreleased. The 2.15.2 ones move under their version
alongside the three dependency bumps main recorded there, and the compare links
match main.

Claude-Session: https://claude.ai/code/session_01Nah4N2sGFs1TU2t7DXfKzJ
@github-actions github-actions Bot added the chore label Aug 19, 2026
@hokiepokedad2
hokiepokedad2 merged commit 703a84d into develop Aug 19, 2026
5 checks passed
@hokiepokedad2
hokiepokedad2 deleted the chore/sync-main-changelog branch August 19, 2026 20:01
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