Skip to content

Commit 96873fe

Browse files
theoephraimclaude
andcommitted
Update version PR default preamble and add HR before package list
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d2c8dc8 commit 96873fe

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/bumpy/src/commands/ci.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ function formatVersionPrBody(plan: ReleasePlan, preamble: string): string {
237237
const lines: string[] = [];
238238
lines.push(preamble);
239239
lines.push('');
240+
lines.push('---');
241+
lines.push('');
240242

241243
for (const r of plan.releases) {
242244
const suffix = r.isDependencyBump ? ' (dep)' : r.isCascadeBump ? ' (cascade)' : '';

packages/bumpy/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const DEFAULT_CONFIG: BumpyConfig = {
139139
title: '🐸 Versioned release',
140140
branch: 'bumpy/version-packages',
141141
preamble:
142-
"This PR was opened by [bumpy](https://github.com/dmno-dev/bumpy). When you're ready to do a release, you can merge this and the packages will be published. If you're not ready to do a release yet, that's fine — whenever you add more changesets to main, this PR will be updated.",
142+
'Merge this PR to publish the listed packages. This PR will be automatically updated as new changesets are added to main.',
143143
},
144144
};
145145

0 commit comments

Comments
 (0)