Skip to content

Commit 6de664c

Browse files
ci: Remove CameraTest xcconfig from version bump (#5195)
1 parent 6c6f807 commit 6de664c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Test Version Bump Util
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
pull_request:
9+
10+
jobs:
11+
run-version-bump:
12+
name: Run Version Bump
13+
# We intentionally run this on ubuntu because the release workflow also runs on ubuntu, which uses the version bump util.
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
# We don't care which version we bump to, as long as it's a valid semver
18+
- run: make bump-version TO=100.0.0

Utils/VersionBump/main.swift

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ let restrictFiles = [
2020
"./Sources/Configuration/Versioning.xcconfig",
2121
"./Sources/Configuration/SentrySwiftUI.xcconfig",
2222
"./Samples/Shared/Config/Versioning.xcconfig",
23-
"./Samples/SessionReplay-CameraTest/config/Versioning.xcconfig",
2423
"./Samples/iOS-Swift/iOS-Swift/Sample.xcconfig"
2524
]
2625

0 commit comments

Comments
 (0)