Skip to content

Commit 6a298a5

Browse files
committed
chore: Update remaining cameroncooke references to getsentry
Update GitHub issue URL in UI test and brew tap in release notes generator script.
1 parent 1acc048 commit 6a298a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example_projects/iOS/MCPTestUITests/MCPTestUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import XCTest
22

33
/// Reproduction tests for TEST_RUNNER_ environment variable passthrough.
4-
/// GitHub Issue: https://github.com/cameroncooke/XcodeBuildMCP/issues/101
4+
/// GitHub Issue: https://github.com/getsentry/XcodeBuildMCP/issues/101
55
///
66
/// Expected behavior:
77
/// - When invoking xcodebuild test with TEST_RUNNER_USE_DEV_MODE=YES,

scripts/generate-github-release-notes.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function buildInstallAndSetupSection(version, packageName) {
134134
'',
135135
'Install:',
136136
'```bash',
137-
`brew tap cameroncooke/${packageName}`,
137+
`brew tap getsentry/${packageName}`,
138138
`brew install ${packageName}`,
139139
'```',
140140
'',

0 commit comments

Comments
 (0)