Skip to content

Commit 05a2223

Browse files
theoephraimclaude
andcommitted
Remove made-up docs URL from warning message
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 570627e commit 05a2223

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages/bumpy/src/commands

packages/bumpy/src/commands/ci.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ function pushWithToken(rootDir: string, branch: string): void {
212212
if (!token && repo) {
213213
// Only warn on GitHub Actions — other CI providers don't have this limitation
214214
log.warn(
215-
'BUMPY_GH_TOKEN is not set — PR checks will not trigger automatically.\n' +
216-
' Run `bumpy ci setup` for help, or see https://bumpy.dev/docs/ci#pr-checks',
215+
'BUMPY_GH_TOKEN is not set — PR checks will not trigger automatically.\n' + ' Run `bumpy ci setup` for help.',
217216
);
218217
}
219218
}

0 commit comments

Comments
 (0)