Skip to content

Fix changelog generation and backfill#63

Merged
dmarticus merged 1 commit intomainfrom
dmarticus/debug-autobump-ci
Feb 4, 2026
Merged

Fix changelog generation and backfill#63
dmarticus merged 1 commit intomainfrom
dmarticus/debug-autobump-ci

Conversation

@dmarticus
Copy link
Contributor

@dmarticus dmarticus commented Feb 4, 2026

Summary

  • Fix the --grep pattern in the autobump workflow's changelog step: the old pattern (^.*[0-9])$) matched squash-merge titles like Feature (#123), but this repo uses merge commits (Merge pull request #NN from ...), so it never matched anything
  • Backfill changelog entries for all versions with actual PR titles

Change the git log --grep pattern from '^.*[0-9])$' (which matches
squash-merge titles like "Feature (#123)") to '--grep=Merge pull
request #' (which matches the actual merge commit format this repo
uses). Backfill changelog entries for all versions.
@dmarticus dmarticus force-pushed the dmarticus/debug-autobump-ci branch from 02cacfc to 64184af Compare February 4, 2026 23:15
@dmarticus dmarticus merged commit dc3e609 into main Feb 4, 2026
8 checks passed
@dmarticus dmarticus deleted the dmarticus/debug-autobump-ci branch February 4, 2026 23:28
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.

2 participants