Skip to content

Commit 762a701

Browse files
chore: Fix version bump util (#6707)
Use the same versioning approach for SentrySwiftLog.xcconfig as we do for SentrySwiftUI.xcconfig to fix the failing version bump util. Also, let version-bump-ci validation run when modifying SentrySwiftLog.xcconfig.
1 parent e8e40fd commit 762a701

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/file-filters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ run_version_bump_util_for_prs: &run_version_bump_util_for_prs
428428
- "Sources/Configuration/SDK.xcconfig"
429429
- "Sources/Configuration/Versioning.xcconfig"
430430
- "Sources/Configuration/SentrySwiftUI.xcconfig"
431+
- "Sources/Configuration/SentrySwiftLog.xcconfig"
431432

432433
run_ui_tests_for_prs: &run_ui_tests_for_prs
433434
- "Sources/**"

Sources/Configuration/SentrySwiftLog.xcconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#include "Versioning.xcconfig"
2-
31
PRODUCT_NAME = SentrySwiftLog
4-
CURRENT_PROJECT_VERSION = $(MARKETING_VERSION)
2+
CURRENT_PROJECT_VERSION = 8.57.2
3+
MARKETING_VERSION = 8.57.2
54

65
GENERATE_INFOPLIST_FILE = YES
76
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.$(PRODUCT_NAME)

0 commit comments

Comments
 (0)