fix: changelog — restore 1.5.0 heading, per-version notes on Modrinth - #23
Merged
Conversation
… Modrinth The 1.5.0 heading was dropped when 1.6.0 was added, merging 1.5.0's notes into 1.6.0 and leaving 1.4.1 as the next heading. Restore it, and change the release to upload only the current version's CHANGELOG section (via mc-publish 'changelog:') instead of the whole file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The Modrinth changelog for 1.6.0 showed old versions down to 1.4.1. Two causes:
mc-publishusedchangelog-file: CHANGELOG.md, which uploads the whole file as each version's changelog.CHANGELOG.mdwas malformed: the## 1.5.0heading was dropped when 1.6.0 was added, so 1.5.0's notes merged into 1.6.0 and the next heading became## 1.4.1.Changes
## 1.5.0 - 2026-07-24heading.mc-publishsteps tochangelog:with only the current version's section — so each Modrinth version shows just its own notes going forward.Safe to merge: main is at 1.6.0 and tag
v1.6.0already exists, so the release job short-circuits (no re-publish). Already-published 1.6.0 versions are being corrected in the Modrinth dashboard.