Commit Graph

4 Commits

Author SHA1 Message Date
Trevin Chow
516bcc1dc4 fix: re-enable changelogs so release PRs accumulate correctly
With skip-changelog: true, release-please didn't update the PR body
when new commits landed because the tree SHA was unchanged (no
changelog file to diff). Re-enabling changelogs means each new commit
produces different changelog content, forcing release-please to update
both the branch and PR body.
2026-03-18 02:08:57 -07:00
Trevin Chow
f1713b9dcd fix: reduce release-please search depth from 500 to 50
release-please defaults to walking 500 commits and 400 releases on
every run, making each API call per-commit. With ~20 commits between
releases, this wastes ~2 minutes on unnecessary GitHub API calls.
2026-03-18 01:58:55 -07:00
Trevin Chow
78971c9027 fix: make GitHub releases canonical for release-please (#295) 2026-03-17 18:40:51 -07:00
Trevin Chow
f47f829d81 feat: migrate repo releases to manual release-please (#293) 2026-03-17 17:58:13 -07:00