docs: remove CHANGELOG.md and changelog workflow - #49
Merged
Conversation
Remove CHANGELOG.md so parallel PRs stop conflicting on the same header. Delete the update-build-number workflow that rewrote it. AGENTS.md targets main (no development-8.1.x) and no longer requires a changelog entry. > Co-Authored by Grok 4.6 using grok-4.6 with agent Grok 4.6.
natechadwick
approved these changes
Aug 13, 2026
4 tasks
Collaborator
Author
|
Superseded by #50 (consolidated onto current |
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.
Summary
Parallel feature PRs all inserted at the same
CHANGELOG.mdheader (## [8.1.x Build GH_POST_PR_COMMIT_RUN_ID]) and conflicted on every merge. This PR removes that file and the workflow that rewrote it.Changes
CHANGELOG.md..github/workflows/update-build-number.yml(rewroteCHANGELOG.mdandVersion.propertiesondevelopment-8.1.xpushes; this repo's default branch ismain).AGENTS.md: default branch ismain(nodevelopment-8.1.xreferences). PRs must not add a changelog or bumpVersion.propertiesbuildNumber.CHANGES.mdat issue perc_decoration.css !important fixed grid breaks responsive themes in editor/preview (8.1.7) #2 instead of the deleted file.chore: update build numbercommits.Test plan
rg development-8.1.x AGENTS.mdis emptyCHANGELOG.mdandupdate-build-number.ymlare gone