Skip to content

Add CHANGELOG.md + biweekly changelog-rollup workflow - #84

Open
xdotli wants to merge 1 commit into
mainfrom
changelog-infra
Open

Add CHANGELOG.md + biweekly changelog-rollup workflow#84
xdotli wants to merge 1 commit into
mainfrom
changelog-infra

Conversation

@xdotli

@xdotli xdotli commented Aug 20, 2026

Copy link
Copy Markdown
Member

Adds a changelog for the list itself:

  • CHANGELOG.md (Keep a Changelog-style, dated sections), seeded with the last two merge batches (2026-07-30, 2026-08-20) so the format has real history from day one.
  • .github/workflows/changelog.yml: runs ~biweekly (1st/15th of month), reads gh pr list --state merged since the last dated CHANGELOG entry, classifies by title keyword (Added/Changed/Fixed/Removed), and opens a PR inserting the new section. Purely mechanical — no model calls, never pushes to main or merges itself, matches the daily scan's human-approves-every-PR invariant.
  • Two README pointers: a Changelog link in Contents, and a line under Contributing explaining the cadence.

Reviewed manually before opening — not self-merging per repo convention.

Introduces a changelog for the list itself: CHANGELOG.md (Keep a
Changelog-style, dated sections) seeded with the last two merge
batches, plus .github/workflows/changelog.yml which opens a PR every
~two weeks rolling up merged PRs since the last entry. Mechanical only
(gh pr list + keyword classification), no model calls; never pushes to
main or merges itself, same as the daily scan.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant