You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update test expectations to include base ref detection warnings
The new base ref auto-detection feature logs warnings when it cannot
find a local branch that points to the merge-base. Updated integration
tests to expect these warning messages in their output.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
[..]WARN[..]EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
5
+
WARN [..] No base branch reference found (no local branch points to merge-base)
[..]WARN[..]EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
5
+
WARN [..] No base branch reference found (no local branch points to merge-base)
5
6
error: Auth token is required for this request. Please run `sentry-cli login` and try again!
6
7
7
8
Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
[..]WARN[..]EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
5
+
WARN [..] No base branch reference found (no local branch points to merge-base)
[..]WARN[..]EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
5
+
WARN [..] No base branch reference found (no local branch points to merge-base)
0 commit comments